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.
|
||||
pname = "ssdfs-utils";
|
||||
# The version is taken from `configure.ac`, there are no tags.
|
||||
version = "4.54";
|
||||
version = "4.56";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dubeyko";
|
||||
repo = "ssdfs-tools";
|
||||
rev = "c7627ec88515da312570166e7590e1562b32353a";
|
||||
hash = "sha256-uIX+nA9+hpGDCFAlwzLCYkF96Ou0fimeoJxMxgfgmkQ=";
|
||||
rev = "300d57aabcf7d6208ee863463e7947005efa70e9";
|
||||
hash = "sha256-X2LTt1iVyRX+Zli/KePu5Ryf6Fz2/hcDDWyaL9qp/vI=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue