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: a736f8c1cc2e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6feee80de092
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 16, 2020

  1. pueue: 0.4.0 -> 0.5.0

    marsam committed May 16, 2020
    Copy the full SHA
    a52a066 View commit details

Commits on May 17, 2020

  1. Merge pull request #88001 from marsam/update-pueue

    pueue: 0.4.0 -> 0.5.0
    marsam authored May 17, 2020
    Copy the full SHA
    6feee80 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.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 ];