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

Commits on Mar 5, 2019

  1. skoepo: 0.1.34 -> 0.1.35

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Mar 5, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    428c653 View commit details

Commits on Mar 6, 2019

  1. Merge pull request #56895 from vdemeester/update-skopeo

    skoepo: 0.1.34 -> 0.1.35
    nlewo authored Mar 6, 2019
    Copy the full SHA
    feef089 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/skopeo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/skopeo/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@
with stdenv.lib;

let
version = "0.1.34";
version = "0.1.35";

src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "1drbbjqih69nvgynjcz0js0vi6sgsax8565zbrmf8fkbk609c7r3";
sha256 = "0lp1w8w0jr6x1gnx8lcrc7cqkv3xirrfvan51b7mrzckr9bc45bf";
};

defaultPolicyFile = runCommand "skopeo-default-policy.json" {} "cp ${src}/default-policy.json $out";