3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88001 from marsam/update-pueue

pueue: 0.4.0 -> 0.5.0
This commit is contained in:
Mario Rodas 2020-05-17 16:58:23 -05:00 committed by GitHub
commit 6feee80de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "pueue";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "Nukesor";
repo = pname;
rev = "v${version}";
sha256 = "050cx9ncs1hfb14llly0wm3h5s4377s3sinmkjc52xm2z2gc7m5f";
sha256 = "17v760mh5k5vb1h3xvaph5rfc5wdl6q42isil2k9n6y8bxr3yw84";
};
cargoSha256 = "1hw0y6c1ypp470cca3yw6fc7xvligy3av8hsa9bhdm5can46hyzi";
cargoSha256 = "1m659i3v3b5hfn5vb5126izcy690bkmlyihz2w90h2d02ig7170p";
nativeBuildInputs = [ installShellFiles ];