rustic: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm
2026-06-07 00:34:47 +00:00
parent 38d9adc8ca
commit e2c3d9af6f
+3 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rustic";
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "rustic-rs";
repo = "rustic";
tag = "v${finalAttrs.version}";
hash = "sha256-1sLQNZkeSYxX8QM446vmTGS/p2DxtcmckAMBRpRIlYk=";
hash = "sha256-k5Z/jKom5Aj0Ypp9udMC5zIcWo7/DmwK6inCm/RbV50=";
};
cargoHash = "sha256-FxzzEeHWSYaJbAyyL7f1bX8qt4KQveN5FBGpWhDTgBw=";
cargoHash = "sha256-y/QAhpF8JOu2QLwLpYEgox4O5CFFl6qhP5ct4mn/en8=";
buildFeatures = lib.optionals stdenv.hostPlatform.isLinux [ "mount" ];
checkFeatures = lib.subtractLists [ "mount" ] finalAttrs.buildFeatures; # we do not want `mount` during unit tests because it breaks rustic's test snapshots