Skip to content

Commit

Permalink
crun: 1.13 -> 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 7b1be1e commit 71f28c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/crun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.13";
version = "1.14";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
hash = "sha256-ElmdYJ4X5C+2BKWgUoL7bg/whvAg2CFBDFAGnJXscB4=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 71f28c8

Please sign in to comment.