gpart 0.2.2 -> 0.3
Adds LVM2 and Btrfs support.
This commit is contained in:
parent
e2fbd2d3dd
commit
f7e64b00bd
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||||
|
|
||||||
let version = "0.2.2"; in
|
let version = "0.3"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpart-${version}";
|
name = "gpart-${version}";
|
||||||
|
|
||||||
# GitHub repository 'collating patches for gpart from all distributions':
|
# GitHub repository 'collating patches for gpart from all distributions':
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "09lp8m4241mxq7rlg70z66km7pq5bq48ydgkz55gakwqvnvd1mi3";
|
sha256 = "1lsd9k876p944k9s6sxqk5yh9yr7m42nbw9vlsllin7pd4djl4ya";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
repo = "gpart";
|
repo = "gpart";
|
||||||
owner = "baruch";
|
owner = "baruch";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user