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

Commits on Nov 12, 2020

  1. Copy the full SHA
    3417932 View commit details

Commits on Nov 13, 2020

  1. Merge pull request #103519 from r-ryantm/auto-update/rootlesskit

    rootlesskit: 0.10.0 -> 0.11.0
    marsam authored Nov 13, 2020
    Copy the full SHA
    19a9219 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/virtualization/rootlesskit/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/rootlesskit/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

buildGoPackage rec {
pname = "rootlesskit";
version = "0.10.0";
version = "0.11.0";
goPackagePath = "github.com/rootless-containers/rootlesskit";

src = fetchFromGitHub {
owner = "rootless-containers";
repo = "rootlesskit";
rev = "v${version}";
sha256 = "0jrzqaczd5zxlbvh0hjym8pc1d7y8c66gslq3d3l5vv4z7hz7yfr";
sha256 = "1x5f02yw5bzkjwg7lcsa7549d8fj13dnk596rgg90q0z6vqfarzj";
};

meta = with lib; {