charls: 2.4.3 -> 2.4.4

(cherry picked from commit efa08470fb)
This commit is contained in:
R. Ryantm
2026-06-08 09:25:31 +00:00
committed by Dean Eckert
parent 3713b57563
commit 73fe63f4aa

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "charls";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitHub {
owner = "team-charls";
repo = "charls";
tag = version;
hash = "sha256-U21SdVRTPNI5BFGOyM3Y/ByKDP6ZI2g/BtAJYXH5Dv4=";
hash = "sha256-0NfTQfGw89SksrLRX81moj6uFrh1I67JMeT16Wcus1c=";
};
postPatch = ''