mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
stow: 2.4.0 -> 2.4.1
This commit is contained in:
parent
48e311fa51
commit
1a29c28701
@ -6,11 +6,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "stow";
|
||||
version = "2.4.0";
|
||||
version = "2.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/stow/stow-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-p7rGc9qiRs9U/7SKET6t0gSmFWMOdrU7X2TYGidbd7M=";
|
||||
hash = "sha256-DYWoUTZ355I2l7zkLNuzPStXr5FaveHQZx566Asu8LQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perlPackages.perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user