Skip to content

Commit eaa55af

Browse files
lxc: 6.0.2 -> 6.0.3 (NixOS#367431)
2 parents 9fe47b7 + 76e1f75 commit eaa55af

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
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "lxc";
22-
version = "6.0.2";
22+
version = "6.0.3";
2323

2424
src = fetchFromGitHub {
2525
owner = "lxc";
2626
repo = "lxc";
2727
rev = "refs/tags/v${finalAttrs.version}";
28-
hash = "sha256-qc60oSs2KahQJpSmhrctXpV2Zumv7EvlnGFaOCSCX/E=";
28+
hash = "sha256-h41lcHGjJmIH28XRpM0gdFsOQOCLSWevSLfvQ7gIf7Q=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)