summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-07-06 10:29:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-07-08 14:27:44 +0200
commit6fcc6816e7c20f3a9fcaee0947e086febf9d8898 (patch)
tree1c6b1835da5b606665ab05f8ddfa4b0b7d549c4c /pkgs/tools/filesystems
parent1182929a0b74720f772e2d8c6d84a7ccf59a881c (diff)
downloadnixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar.gz
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar.bz2
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar.lz
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar.xz
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.tar.zst
nixlib-6fcc6816e7c20f3a9fcaee0947e086febf9d8898.zip
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>
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/nixpart/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/nixpart/default.nix b/pkgs/tools/filesystems/nixpart/default.nix
index 6c13d38c6f9b..8bf7222edd86 100644
--- a/pkgs/tools/filesystems/nixpart/default.nix
+++ b/pkgs/tools/filesystems/nixpart/default.nix
@@ -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) ];