Skip to content

Commit

Permalink
expat: 2.6.2 -> 2.6.3 (#341018)
Browse files Browse the repository at this point in the history
Merge into staging-24.05.
  • Loading branch information
vcunat committed Sep 11, 2024
2 parents 1127a74 + fb7de0f commit 012ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/expat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# files.

let
version = "2.6.2";
version = "2.6.3";
tag = "R_${lib.replaceStrings ["."] ["_"] version}";
in
stdenv.mkDerivation (finalAttrs: {
Expand All @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = with finalAttrs; "https://github.com/libexpat/libexpat/releases/download/${tag}/${pname}-${version}.tar.xz";
hash = "sha256-7hS0xdiQixvsN62TdgfqsYPU2YBqCK3uRyw8MSHSc2Q=";
hash = "sha256-J02yVKaXm95arUBHY6cElWlA5GWEPyqb2e168i4sDvw=";
};

strictDeps = true;
Expand Down

0 comments on commit 012ba86

Please sign in to comment.