libraw: 0.22.0 -> 0.22.1

This commit is contained in:
PhiliPdB
2026-04-13 21:11:14 +02:00
parent 6e126b92dd
commit e2bbe4ff80
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libraw";
version = "0.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "LibRaw";
repo = "LibRaw";
tag = finalAttrs.version;
hash = "sha256-B2+LcdC6FqKryiu8t0wBifrESTAyz/+wDQhcGj7myhE=";
hash = "sha256-1Q2u9v1yOzXchUGvZvbLKk506xATjMb421H2sBZURZs=";
};
outputs = [