czkawka: 8.0.0 -> 9.0.0 (#390381)

This commit is contained in:
Matthias Beyer
2025-03-19 15:28:39 +01:00
committed by GitHub
+3 -3
View File
@@ -27,17 +27,17 @@ let
self = buildRustPackage' {
pname = "czkawka";
version = "8.0.0";
version = "9.0.0";
src = fetchFromGitHub {
owner = "qarmin";
repo = "czkawka";
tag = self.version;
hash = "sha256-Uxko2TRIjqQvd7n9C+P7oMUrm3YY5j7TVzvijEjDwOM=";
hash = "sha256-ePiHDfQ1QC3nff8uWE0ggiTuulBomuoZ3ta0redUYXY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-lYS/G3mHNqKcI6XRAtESzgBiUHnNfV0ct0W6E75a7J4=";
cargoHash = "sha256-Djvb5Hen6XPm6aJuwa6cGPojz9+kXXidysr3URDwDFM=";
nativeBuildInputs = [
gobject-introspection