fsarchiver: 0.8.5 -> 0.8.6
This commit is contained in:
parent
b51b5a104b
commit
c0903d97c4
|
@ -3,7 +3,7 @@
|
||||||
, libgcrypt, e2fsprogs, util-linux, libgpgerror }:
|
, libgcrypt, e2fsprogs, util-linux, libgpgerror }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.8.5";
|
version = "0.8.6";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "fsarchiver";
|
pname = "fsarchiver";
|
||||||
|
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "fdupoux";
|
owner = "fdupoux";
|
||||||
repo = "fsarchiver";
|
repo = "fsarchiver";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1rvwq5v3rl14bqxjm1ibfapyicf0sa44nw7451v10kx39lp56ylp";
|
sha256 = "sha256-7AfCI4abcUijobEl6FO+5A/FRwxPkNko44u85WbTwuc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue