1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #19524 from nshalman/shfmt-0.2.0

shfmt: 2016-06-16 -> 0.2.0
This commit is contained in:
Jörg Thalheim 2016-10-13 22:22:34 +02:00 committed by GitHub
commit 13ff831440

View file

@ -2,8 +2,8 @@
buildGoPackage rec {
name = "shfmt-${version}";
version = "2016-06-16";
rev = "8add0072d6abdc892e4617c95e8bba21ebe0beeb";
version = "0.2.0";
rev = "v${version}";
goPackagePath = "github.com/mvdan/sh";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "mvdan";
repo = "sh";
inherit rev;
sha256 = "1m2lkcw6m5gdqjp17m01d822cj1p04qk6hm9m94ni2x19f16qs8m";
sha256 = "07jf9v6583vvmk07fp7xdlnh7rvgl6f06ib2588g3xf1wk9vrq3d";
};
meta = with stdenv.lib; {