lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gore: 0.5.4 -> 0.5.5

+2 -2
+2 -2
pkgs/development/tools/gore/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gore"; 5 - version = "0.5.4"; 5 + version = "0.5.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "motemen"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ipHvflsVBSjqohV/PliS0s0Nhie4nIP/HgupNH/Yui4="; 11 + sha256 = "sha256-ZNv3sqwOEtxjvyqC9oR8xYwo8sywU2MF8ngBw407/ko="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-HrdNWsUVz5G5tG/ZFz2z1Vt4kM12I088/6OIkRFyDl8=";