Unverified Commit e7f5f3a8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ssdfs-utils: 4.53 -> 4.54 (#399651)

parents e6dedda7 b72f5762
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.53";
  version = "4.54";

  src = fetchFromGitHub {
    owner = "dubeyko";
    repo = "ssdfs-tools";
    rev = "5cf623d11b41f2581923494142dcd5277af39093";
    hash = "sha256-Mud9KAd2nGY4A8l8EhJvmrK93oV2wO5RCsQIjmEAaeg=";
    rev = "c7627ec88515da312570166e7590e1562b32353a";
    hash = "sha256-uIX+nA9+hpGDCFAlwzLCYkF96Ou0fimeoJxMxgfgmkQ=";
  };

  strictDeps = true;