Skip to content

Commit b534675

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lx/lxc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "lxc";
25-
version = "6.0.3";
25+
version = "6.0.4";
2626

2727
src = fetchFromGitHub {
2828
owner = "lxc";
2929
repo = "lxc";
3030
tag = "v${finalAttrs.version}";
31-
hash = "sha256-h41lcHGjJmIH28XRpM0gdFsOQOCLSWevSLfvQ7gIf7Q=";
31+
hash = "sha256-zmL568PprrpIWTVCkScXHEzTZ+NduSH4r8ETnz4NY64=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)