mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ssdfs-utils: 4.54 -> 4.56
This commit is contained in:
parent
7c07515359
commit
c598c4f5c0
1 changed files with 3 additions and 3 deletions
|
@ -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.54";
|
version = "4.56";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dubeyko";
|
owner = "dubeyko";
|
||||||
repo = "ssdfs-tools";
|
repo = "ssdfs-tools";
|
||||||
rev = "c7627ec88515da312570166e7590e1562b32353a";
|
rev = "300d57aabcf7d6208ee863463e7947005efa70e9";
|
||||||
hash = "sha256-uIX+nA9+hpGDCFAlwzLCYkF96Ou0fimeoJxMxgfgmkQ=";
|
hash = "sha256-X2LTt1iVyRX+Zli/KePu5Ryf6Fz2/hcDDWyaL9qp/vI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue