lol

fission: 1.13.0 -> 1.13.1

authored by

R. RyanTM and committed by
Jonathan Ringer
a5e754c2 10647f43

+2 -2
+2 -2
pkgs/development/tools/fission/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "fission"; 5 - version = "1.13.0"; 5 + version = "1.13.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fission"; 9 9 repo = "fission"; 10 10 rev = version; 11 - sha256 = "sha256-WCynU5+d789d584JH99jmTZSEbyco2ysuBXIC2pW1r4="; 11 + sha256 = "sha256-ayVEU2Dlqun8KLP+KeI0uU4p9N4aaYLZ/IHqfA2PGrI="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-V3/IFCbW3wXfNiFzucLeyFDc6SA2nE+NwO0sNEBmIYg=";