Skip to content

Commit

Permalink
Revert "erofs-utils: 1.7.1 -> 1.8.1"
Browse files Browse the repository at this point in the history
This reverts commit ebdc6c7.
  • Loading branch information
vcunat authored Aug 18, 2024
1 parent 52ee4c7 commit 13c304e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/filesystems/erofs-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
, lzmaSupport ? false
}:

stdenv.mkDerivation (finalAttrs: {
stdenv.mkDerivation rec {
pname = "erofs-utils";
version = "1.8.1";
version = "1.7.1";
outputs = [ "out" "man" ];

src = fetchurl {
url =
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${finalAttrs.version}.tar.gz";
hash = "sha256-Xb97SS92gkYrl6dxIdQ8p2Cc2Q5l+MlpMa78ggpvDaM=";
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz";
hash = "sha256-GWCD1j5eIx+1eZ586GqUS7ylZNqrzj3pIlqKyp3K/xU=";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand All @@ -35,4 +35,4 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ ehmry nikstur ];
platforms = platforms.unix;
};
})
}

0 comments on commit 13c304e

Please sign in to comment.