Skip to content

Commit

Permalink
Merge pull request #138057 from r-ryantm/auto-update/pueue
Browse files Browse the repository at this point in the history
pueue: 0.12.2 -> 1.0.2
  • Loading branch information
marsam committed Sep 16, 2021
2 parents a108bda + 7094504 commit a29b3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/pueue/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "pueue";
version = "0.12.2";
version = "1.0.2";

src = fetchFromGitHub {
owner = "Nukesor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-umVIMboKG6cZ1JOcfhOEZTQwPLxC2LdlGUa4U6LXh/g=";
sha256 = "sha256-rU+/fW7yF71MG5kEqjeJDC3uSBzCy0aUH5aVRpImYE8=";
};

cargoSha256 = "sha256-nppwwO0dBXYG/ZJMNWGnl7J77GDI7+NV8QAmfcbpJD4=";
cargoSha256 = "sha256-cmtxVNkYyrkrVXWb7xoJUByl7k1+uYRRVXI8jIHCC7Y=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit a29b3e2

Please sign in to comment.