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

Commits on Apr 3, 2020

  1. Copy the full SHA
    5452d07 View commit details

Commits on Apr 4, 2020

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

    pueue: 0.2.1 -> 0.3.0
    marsam authored Apr 4, 2020
    Copy the full SHA
    e8825c4 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.2.1";
version = "0.3.0";

src = fetchFromGitHub {
owner = "Nukesor";
repo = pname;
rev = "v${version}";
sha256 = "1yx69pwdal0p5dfhabjdns9z6z3fa41wh7bxa4dpsjx37ziglcsp";
sha256 = "11x4y3ah9f7mv9jssws95sw7rd20fxwdh11mrhcb4vwk59cmqsjz";
};

cargoSha256 = "1ksr5fw9p3j1bnlgfimb5nsryb4si8ic2x4prsra1mwkc91hr7x3";
cargoSha256 = "06zv3li14sg4a8bgj38zzx576ggm32ss0djmys1g0h5a0nxaaqfx";

checkPhase = "cargo test -- --skip test_single_huge_payload";