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

Commits on Apr 5, 2020

  1. shadowenv: 1.3.1 -> 1.3.2

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    0b6ba28 View commit details
  2. Merge pull request #84317 from r-ryantm/auto-update/shadowenv

    shadowenv: 1.3.1 -> 1.3.2
    marsam authored Apr 5, 2020
    Copy the full SHA
    cd33f3a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/shadowenv/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/shadowenv/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "shadowenv";
version = "1.3.1";
version = "1.3.2";

src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = version;
sha256 = "1s59ra99wcyyqz8gzly4qmcq5rh22c50c75cdi2kyajm7ghgryy9";
sha256 = "1yapplqy7wmmjh8r5m43na9n2p100k80s7nkaswndyp5ljr9m20l";
};

cargoSha256 = "1nqzg5jnwvf6wiihi3wwrym3d6g0hsfaxcadhl95r3v4k35fn5qb";
cargoSha256 = "1pnfd461i65jd7s8dpfpys4k620w86bv56gkdsyx5lcvhqw1krnr";

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];