[Backport release-26.05] ouch-rar: 0.7.1 -> 0.8.0 (#530016)

This commit is contained in:
Michael Daniels 2026-06-14 02:09:32 +00:00 committed by GitHub
commit e360676844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,16 +19,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ouch";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "ouch-org";
repo = "ouch";
rev = finalAttrs.version;
hash = "sha256-XT2CWYZiY5UskTmHKl9EVWBIJoOiR9rOCQUoN8U9o40=";
hash = "sha256-yQt+FeEUgC6JurFwOU1Yd++OYT75TmGO7/qchng/BUA=";
};
cargoHash = "sha256-ckqzptKk6aituDMTA5JGzMWoXiVuOoK3N29KNUJnmgw=";
cargoHash = "sha256-3/uO5WLcGXWryJSQ8UhJGecpAD2vQVE2c19vYAHtT/4=";
nativeBuildInputs = [
cmake