Skip to content

Commit

Permalink
lxc: 6.0.2 -> 6.0.3 (NixOS#367431)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 23, 2024
2 parents 9fe47b7 + 76e1f75 commit eaa55af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lx/lxc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "lxc";
version = "6.0.2";
version = "6.0.3";

src = fetchFromGitHub {
owner = "lxc";
repo = "lxc";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-qc60oSs2KahQJpSmhrctXpV2Zumv7EvlnGFaOCSCX/E=";
hash = "sha256-h41lcHGjJmIH28XRpM0gdFsOQOCLSWevSLfvQ7gIf7Q=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit eaa55af

Please sign in to comment.