We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff53b0c + 535c165 commit 7317929Copy full SHA for 7317929
pkgs/applications/misc/pueue/default.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "pueue";
13
- version = "3.3.3";
+ version = "3.4.0";
14
15
src = fetchFromGitHub {
16
owner = "Nukesor";
17
repo = "pueue";
18
rev = "v${version}";
19
- hash = "sha256-Q1x97eJNjtET+L3KpWTXLKbz62XgkjxNZkAAZWhbMmM=";
+ hash = "sha256-kKu/+F+zK0UyRHGkrZdD8alvsQTZFHhTqYK2phxo/ZA=";
20
};
21
22
- cargoHash = "sha256-i9SPOZo9AuITm6iI++D3ipY8c0xfZzkeHW7tb9SZ3iQ=";
+ cargoHash = "sha256-KwIGJiCGcFEKuloVtJr0GQxoFQVt/OHyJ/YCp4bCSGc=";
23
24
nativeBuildInputs = [
25
installShellFiles
0 commit comments