Skip to content

Commit

Permalink
nixpart: Update to latest master version
Browse files Browse the repository at this point in the history
Switches to using a dictionary for devspecs and supports setting UUIDs
for every device specification (currently only sets RFC4122-style
UUIDs).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Jan 15, 2017
1 parent e2a2448 commit 74a45d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/nixpart/default.nix
Expand Up @@ -7,8 +7,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "aszlig";
repo = "nixpart";
rev = "b213f29886bf28757f0c7afb6baf23ecf4993cf0";
sha256 = "1jkd8n64b06nm9zbqc7dakb300mwrcmddxxlkm36n2kv15gsyh1p";
rev = "478adc5823c3424b900dafcb5359d9925fe36e41";
sha256 = "0g07zjhzpqa7wjy9k0jpn87dzp5kp0xhdgj7r8hhf9b0mzl9jm1y";
};

checkInputs = [ nix ];
Expand Down

0 comments on commit 74a45d7

Please sign in to comment.