Skip to content

Commit 36fd87b

Browse files
authored
dyff: 1.9.0 -> 1.10.0 (NixOS#387766)
2 parents 5b8c683 + b3d4813 commit 36fd87b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/dy/dyff/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "dyff";
10-
version = "1.9.0";
10+
version = "1.10.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "homeport";
1414
repo = "dyff";
1515
rev = "v${version}";
16-
sha256 = "sha256-y5gep3v+totupFbsAuGhySUbcESmQeGHWteQFFXj2Kw=";
16+
sha256 = "sha256-MVqj/RgUwN7andCPMo7Tp4zBhEaSNM0loWnQ/E5U1S8=";
1717
};
1818

19-
vendorHash = "sha256-cRPAjFVvjCgT+m8ceAQJt5ZE8ax7jefzdVWPGM45LpY=";
19+
vendorHash = "sha256-PH3huLNc0jFBvo3/Z/BNCeL0HxTUc5OaNysa54wKthY=";
2020

2121
subPackages = [
2222
"cmd/dyff"

0 commit comments

Comments
 (0)