mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
patchutils: add version 0.3.4
This commit is contained in:
parent
c8afc263df
commit
81e9ddfd72
6
pkgs/tools/text/patchutils/0.3.4.nix
Normal file
6
pkgs/tools/text/patchutils/0.3.4.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "0.3.4";
|
||||
sha256 = "0xp8mcfyi5nmb5a2zi5ibmyshxkb1zv1dgmnyn413m7ahgdx8mfg";
|
||||
})
|
@ -4883,6 +4883,8 @@ in
|
||||
|
||||
patchutils = patchutils_0_3_3;
|
||||
|
||||
patchutils_0_3_4 = callPackage ../tools/text/patchutils/0.3.4.nix { };
|
||||
|
||||
patchutils_0_3_3 = callPackage ../tools/text/patchutils/0.3.3.nix { };
|
||||
|
||||
parted = callPackage ../tools/misc/parted { };
|
||||
|
Loading…
Reference in New Issue
Block a user