mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
s-tar: 1.5.3 -> 1.6
This commit is contained in:
parent
5b316ed476
commit
da284dbd46
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "s-tar-${version}";
|
||||
version = "1.5.3";
|
||||
version = "1.6";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/s-tar/star-${version}.tar.bz2";
|
||||
sha256 = "0nsg3adv8lwqsbizicgmyxx8w26d1f4almprkcb08cd87s1l40q7";
|
||||
sha256 = "0xpp8gf0ghwdgncdwx17fpadxislwrj48gcm42851hz6p8p6c60v";
|
||||
};
|
||||
|
||||
preConfigure = "rm configure";
|
||||
|
|
Loading…
Reference in a new issue