pueue: 4.0.2 -> 4.0.3

This commit is contained in:
R. Ryantm
2026-03-01 19:07:33 +00:00
parent be3506b187
commit 0006a5734b
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pueue";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "Nukesor";
repo = "pueue";
rev = "v${finalAttrs.version}";
hash = "sha256-hdYbLgBpPzizaYbj+W+YyXj9ks04SFObJ23gkSMTRPs=";
hash = "sha256-r28l6I12pJFRPZgVHhDEe+kPu6UXT/+j2EdeXBeTpFE=";
};
cargoHash = "sha256-oMD0AqLBPXRmlKEmIBfAazO6IqfiB2aeA9VwxXyx1Xw=";
cargoHash = "sha256-TbZ6rXj6CE0hMasvsMyHrtOQdtjVKxIUjj1LjWNct7c=";
nativeBuildInputs = [
installShellFiles