Skip to content

Commit 7317929

Browse files
authored
Merge pull request #297908 from r-ryantm/auto-update/pueue
pueue: 3.3.3 -> 3.4.0
2 parents ff53b0c + 535c165 commit 7317929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/misc/pueue/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "pueue";
13-
version = "3.3.3";
13+
version = "3.4.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "Nukesor";
1717
repo = "pueue";
1818
rev = "v${version}";
19-
hash = "sha256-Q1x97eJNjtET+L3KpWTXLKbz62XgkjxNZkAAZWhbMmM=";
19+
hash = "sha256-kKu/+F+zK0UyRHGkrZdD8alvsQTZFHhTqYK2phxo/ZA=";
2020
};
2121

22-
cargoHash = "sha256-i9SPOZo9AuITm6iI++D3ipY8c0xfZzkeHW7tb9SZ3iQ=";
22+
cargoHash = "sha256-KwIGJiCGcFEKuloVtJr0GQxoFQVt/OHyJ/YCp4bCSGc=";
2323

2424
nativeBuildInputs = [
2525
installShellFiles

0 commit comments

Comments
 (0)