Skip to content

Commit

Permalink
erofs-utils: 1.8.2 -> 1.8.3 (#365180)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 15, 2024
2 parents 67f5b45 + f2c7bd5 commit c1ca89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/er/erofs-utils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "erofs-utils";
version = "1.8.2";
version = "1.8.3";
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-ZLb/fomfYkgCg87mN4fzfw+cS+emvHoj1zSqqHOmz/Q=";
hash = "sha256-PFzANgPqCLqa5eBCDurqX/F+0p4igGhTEDVsvyUwToU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c1ca89f

Please sign in to comment.