Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f153d9f85560
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da686139d75e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 31, 2020

  1. pueue: 0.6.1 -> 0.7.1

    r-ryantm committed Jul 31, 2020
    Copy the full SHA
    1673bc9 View commit details
  2. Merge pull request #94299 from r-ryantm/auto-update/pueue

    pueue: 0.6.1 -> 0.7.1
    marsam authored Jul 31, 2020
    Copy the full SHA
    da68613 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/pueue/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/pueue/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];