Skip to content

Commit

Permalink
mage: 1.8.0 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Feb 10, 2020
1 parent b1d0806 commit 40c9865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/mage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "mage";
version = "1.8.0";
version = "1.9.0";

src = fetchFromGitHub {
owner = "magefile";
repo = pname;
rev = "v${version}";
sha256 = "0vkzm2k2v3np30kdgz9kpwkhnshbjcn8j1y321djz2h3w23k5h7r";
sha256 = "0lazf4r5ps1s04pvz608qaxbrbc6dv0j99n39iv42zwxxh0mbd0p";
};

modSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
Expand Down

0 comments on commit 40c9865

Please sign in to comment.