3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #226965 from r-ryantm/auto-update/dyff

dyff: 1.5.6 -> 1.5.7
This commit is contained in:
figsoda 2023-04-18 22:29:34 -04:00 committed by GitHub
commit 986a0a1a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dyff";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
owner = "homeport";
repo = "dyff";
rev = "v${version}";
sha256 = "sha256-98A8yI0YnGeSz1ie1zQLXPtBAr6JyxsLAf/uNwRAb3M=";
sha256 = "sha256-iavJgJnmUFNjdCwVifNP1K5gQ94Rth4wbZ99VXFgNpA=";
};
vendorSha256 = "sha256-iJTIOZUNMKW3wpFhLiNRJW1SM8rThG0tBMpCWdvO/YA=";
vendorHash = "sha256-48IpEBA5EaGZBhrRqAwGcf8xQuP/IlzWPFhh+7bFlPc=";
subPackages = [
"cmd/dyff"