deputy: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-02-13 16:33:50 +00:00
parent dd20cb70d7
commit c5cba2a3be
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "deputy";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "filiptibell";
repo = "deputy";
tag = "v${finalAttrs.version}";
hash = "sha256-w5//fdH+95x6fneysUxjF0q9bwHNYqtTSods5QID01Y=";
hash = "sha256-NBtVIe4ZMNiOgCoIbngk4ECqT0hwe7rsWye6QFJrdPg=";
};
cargoHash = "sha256-TezOv07Dl99jw8FIqJvx6F8X8Au/aMPC/CXDYLkQDnE=";
cargoHash = "sha256-ZwBWmOVFRAlWg+nmnzCue7F8XBhpuX+yp2PlEntB5Oo=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;