tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
crun: 1.23.1 -> 1.24
R. Ryantm
5 months ago
d4dd9704
21b565c0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
cr
crun
package.nix
+2
-2
pkgs/by-name/cr/crun/package.nix
···
40
in
41
stdenv.mkDerivation rec {
42
pname = "crun";
43
-
version = "1.23.1";
44
45
src = fetchFromGitHub {
46
owner = "containers";
47
repo = "crun";
48
rev = version;
49
-
hash = "sha256-jGRL/P4pR3nNikTYZxxqFvOK63pepClVhwBmeCF/dNU=";
50
fetchSubmodules = true;
51
};
52
···
40
in
41
stdenv.mkDerivation rec {
42
pname = "crun";
43
+
version = "1.24";
44
45
src = fetchFromGitHub {
46
owner = "containers";
47
repo = "crun";
48
rev = version;
49
+
hash = "sha256-Sdp6ZxUzK8T7zfrgevrLxhMh7SQfO+6mABBiFMLbgh0=";
50
fetchSubmodules = true;
51
};
52