pueue: 4.0.2 -> 4.0.3 (#495587)

This commit is contained in:
nixpkgs-ci[bot] 2026-03-01 20:46:52 +00:00 committed by GitHub
commit 227a519061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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