Merge pull request #318430 from r-ryantm/auto-update/ivy

ivy: 0.2.10 -> 0.3.4
This commit is contained in:
Weijia Wang 2024-06-28 01:50:45 +02:00 committed by GitHub
commit 4afafbcd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ivy";
version = "0.2.10";
version = "0.3.4";
src = fetchFromGitHub {
rev = "v${version}";
owner = "robpike";
repo = "ivy";
hash = "sha256-6rZfBx6jKNOEnG+cmrzgvjUoCHQe+olPeX11qX8ep38=";
hash = "sha256-/Q929ZXv3F6MZ+FdWKfbThNDT3JpvQw7WLGnbmitdOg=";
};
vendorHash = null;