1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

attr: minor update 2.4.46 -> 2.4.47

This commit is contained in:
Vladimír Čunát 2013-06-29 16:17:41 +02:00
parent 4844171645
commit 99b83b397f

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext }:
stdenv.mkDerivation rec {
name = "attr-2.4.46";
name = "attr-2.4.47";
src = fetchurl {
url = "mirror://savannah/attr/${name}.src.tar.gz";
sha256 = "07qf6kb2zk512az481bbnsk9jycn477xpva1a726n5pzlzf9pmnw";
sha256 = "0nd8y0m6awc9ahv0ciiwf8gy54c8d3j51pw9xg7f7cn579jjyxr5";
};
nativeBuildInputs = [ gettext ];