rustic: 0.11.0 -> 0.11.1 (#496786)

This commit is contained in:
Pascal Bach
2026-03-06 14:52:16 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rustic";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "rustic-rs";
repo = "rustic";
tag = "v${finalAttrs.version}";
hash = "sha256-2xSQ+nbP7/GsIWvj9sgG+jgIIIesfEW8T9z5Tijd90E=";
hash = "sha256-Iih6qZglnsD6aSQQUoCfYtGvz2CcmWeCVmwbWkgW5Hg=";
};
cargoHash = "sha256-4yiWIlibYldr3qny0KRRIHBqHCx6R9gDiiheGkJrwEY=";
cargoHash = "sha256-osVyOFO+vHbcXEp44VH7XI8y4Ir8/IkCr/cF0FMPQvQ=";
nativeBuildInputs = [ installShellFiles ];