fission: 1.13.0 -> 1.13.1

This commit is contained in:
R. RyanTM 2021-06-23 03:51:27 +00:00 committed by Jonathan Ringer
parent 10647f431d
commit a5e754c244

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fission";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "fission";
repo = "fission";
rev = version;
sha256 = "sha256-WCynU5+d789d584JH99jmTZSEbyco2ysuBXIC2pW1r4=";
sha256 = "sha256-ayVEU2Dlqun8KLP+KeI0uU4p9N4aaYLZ/IHqfA2PGrI=";
};
vendorSha256 = "sha256-V3/IFCbW3wXfNiFzucLeyFDc6SA2nE+NwO0sNEBmIYg=";