mage: 1.9.0 -> 1.10.0

This commit is contained in:
Raghav Sood 2020-07-11 16:06:12 +00:00
parent a091844715
commit 881c92f68f
No known key found for this signature in database
GPG key ID: 947862F324C79D21

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mage";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "magefile";
repo = pname;
rev = "v${version}";
sha256 = "0lazf4r5ps1s04pvz608qaxbrbc6dv0j99n39iv42zwxxh0mbd0p";
sha256 = "0c77xgz2bz4j9sh9v7f49iqyamc4lvvldcmn6v50hk98s9193gbf";
};
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
@ -27,4 +27,4 @@ buildGoModule rec {
maintainers = with maintainers; [ swdunlop ];
platforms = platforms.all;
};
}
}