Merge pull request #297908 from r-ryantm/auto-update/pueue

pueue: 3.3.3 -> 3.4.0
This commit is contained in:
Mario Rodas 2024-03-21 21:59:09 -05:00 committed by GitHub
commit 73179290e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pueue"; pname = "pueue";
version = "3.3.3"; version = "3.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nukesor"; owner = "Nukesor";
repo = "pueue"; repo = "pueue";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Q1x97eJNjtET+L3KpWTXLKbz62XgkjxNZkAAZWhbMmM="; hash = "sha256-kKu/+F+zK0UyRHGkrZdD8alvsQTZFHhTqYK2phxo/ZA=";
}; };
cargoHash = "sha256-i9SPOZo9AuITm6iI++D3ipY8c0xfZzkeHW7tb9SZ3iQ="; cargoHash = "sha256-KwIGJiCGcFEKuloVtJr0GQxoFQVt/OHyJ/YCp4bCSGc=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles