erofs-utils: 1.8.9 -> 1.8.10 (#425414)

Co-authored-by: nikstur <nikstur@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
nikstur
and committed by
GitHub
82f8090f 53ec8a3b

+2 -2
+2 -2
pkgs/by-name/er/erofs-utils/package.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "erofs-utils"; 22 - version = "1.8.9"; 22 + version = "1.8.10"; 23 23 outputs = [ 24 24 "out" 25 25 "man" ··· 30 30 31 31 src = fetchurl { 32 32 url = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${finalAttrs.version}.tar.gz"; 33 - hash = "sha256-FFpvf+SUGBTTAJnDVoRI03yBnM0DD8W/vKqyETTmF24="; 33 + hash = "sha256-BetO3r4R3szm7LNOmNL4DIzSg8Lyln2Lp+/VhBhXBRQ="; 34 34 }; 35 35 36 36 nativeBuildInputs = [