Skip to content

Commit

Permalink
Merge pull request #94299 from r-ryantm/auto-update/pueue
Browse files Browse the repository at this point in the history
pueue: 0.6.1 -> 0.7.1
  • Loading branch information
marsam committed Jul 31, 2020
2 parents f153d9f + 1673bc9 commit da68613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/pueue/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "pueue";
version = "0.6.1";
version = "0.7.1";

src = fetchFromGitHub {
owner = "Nukesor";
repo = pname;
rev = "v${version}";
sha256 = "0x8slqxpnk4pis834g11wzp8fqsxwhdf0xnssz1pkkww4dqzali0";
sha256 = "1ksks8c35q9aq5vnjxh480vqjyaa8c1fz1fb465vngnlyw762b22";
};

cargoSha256 = "0r110zlzpzg0j5cq9zg0kk46qigp6bzd0kzmpx3ddvhblhxvq5m5";
cargoSha256 = "0v1h4jhrzfb55zmpnbq18188rdvx7a7lvnjqh0w7cy90kvxssian";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit da68613

Please sign in to comment.