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

dyff: 1.6.0 -> 1.7.1
This commit is contained in:
Jon Seager 2024-03-06 19:00:02 +00:00 committed by GitHub
commit 557b9754bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dyff";
version = "1.6.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "homeport";
repo = "dyff";
rev = "v${version}";
sha256 = "sha256-MyQVTAfKHog6BiqqT8eaIPlUMctHz+Oe4eZqfpgiHNs=";
sha256 = "sha256-4jW8KJqdhrx79Q5ioyMGOlmLosTEkEIrdBwMjfiIcsY=";
};
vendorHash = "sha256-VAPJqa1930Vmjjj9rSjVTk6e4HD3JbOk6VC8v37kijQ=";
vendorHash = "sha256-JhjngBZK3vWlKzCCkTWJf/VrBXUW6T4FcUivn5CMBjE=";
subPackages = [
"cmd/dyff"