ssdfs-utils: 4.46 -> 4.49
This commit is contained in:
parent
ffd125e27f
commit
a5af564f0b
@ -13,13 +13,13 @@ stdenv.mkDerivation {
|
|||||||
# as ssdfs-utils, not ssdfs-tools.
|
# as ssdfs-utils, not ssdfs-tools.
|
||||||
pname = "ssdfs-utils";
|
pname = "ssdfs-utils";
|
||||||
# The version is taken from `configure.ac`, there are no tags.
|
# The version is taken from `configure.ac`, there are no tags.
|
||||||
version = "4.46";
|
version = "4.49";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dubeyko";
|
owner = "dubeyko";
|
||||||
repo = "ssdfs-tools";
|
repo = "ssdfs-tools";
|
||||||
rev = "7528ee1d923115c1536d97b119fd2a0ee978b59e";
|
rev = "cd080289b2183125a7adeba3d3b01481913cf810";
|
||||||
hash = "sha256-SL5BY+vLxRWRHkIp0hTQsi3w/fXRGe4OHpaapZFZBZo=";
|
hash = "sha256-ydt3xom9Tzf+kImPgg25y4Ht52WYwFSy8bAiy6AoiY4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user