We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38a3a97 + 9254ce3 commit 3a8bf08Copy full SHA for 3a8bf08
pkgs/by-name/ss/ssdfs-utils/package.nix
@@ -13,13 +13,13 @@ stdenv.mkDerivation {
13
# as ssdfs-utils, not ssdfs-tools.
14
pname = "ssdfs-utils";
15
# The version is taken from `configure.ac`, there are no tags.
16
- version = "4.50";
+ version = "4.53";
17
18
src = fetchFromGitHub {
19
owner = "dubeyko";
20
repo = "ssdfs-tools";
21
- rev = "f816382a3cc45e2eca711b0cc0d24afb8af5c195";
22
- hash = "sha256-QN32h+ICwUUVd6Zs+hflRHb4QW0QWBkqyyEI/jZYRtc=";
+ rev = "5cf623d11b41f2581923494142dcd5277af39093";
+ hash = "sha256-Mud9KAd2nGY4A8l8EhJvmrK93oV2wO5RCsQIjmEAaeg=";
23
};
24
25
strictDeps = true;
0 commit comments