3
0
Fork 0
forked from mirrors/nixpkgs

nixpart: Update to new version 0.2.1.

This is a minor bugfix release and only corrects "type" in fileSystems output to
"fsType".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-06 10:29:56 +02:00
parent 1182929a0b
commit 6fcc6816e7
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -9,11 +9,11 @@ let
};
in buildPythonPackage rec {
name = "nixpart-${version}";
version = "0.2.0";
version = "0.2.1";
src = fetchurl {
url = "https://github.com/aszlig/nixpart/archive/v${version}.tar.gz";
sha256 = "1z94h76jn9igksgr84wwbi03fjamwb15hg432x189kgsld1ark4n";
sha256 = "03v2n2cf9cq9brnxx3yx26nsm3fkgdhmkcm52s89g33c1rmzzgbk";
};
propagatedBuildInputs = [ (blivet.override blivetOverrides) ];