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

pueue: 3.4.0 -> 3.4.1
This commit is contained in:
Nick Cao 2024-06-05 15:19:09 -04:00 committed by GitHub
commit de28a077f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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