Skip to content

Commit

Permalink
rootlesskit: 2.1.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 21, 2024
1 parent 625941e commit 45a61d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/virtualization/rootlesskit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "rootlesskit";
version = "2.1.0";
version = "2.3.1";

src = fetchFromGitHub {
owner = "rootless-containers";
repo = "rootlesskit";
rev = "v${version}";
hash = "sha256-SWLXY7SsoeJFr2RLOtVSnt5Knx44+9hNIy50NzN602k=";
hash = "sha256-5aQwXNtGAZuVwOpX700VVFTxM/kxOT6c1NtpJR4s1xQ=";
};

vendorHash = "sha256-74El20C7kE0lLAng9wQL7MnfcJLtPR2cAk00CuO4NlY=";
vendorHash = "sha256-Wj3wthDMNkuWVWFIqRsVUeJfoUvjyyu2gCvFBjh8mGw=";

passthru = {
updateScript = nix-update-script { };
Expand Down

0 comments on commit 45a61d0

Please sign in to comment.