libaec: 1.1.6 -> 1.1.7

(cherry picked from commit 6a792a71bf)
(cherry picked from commit 8d7f1c326fedc792e8e3cb12345f1cba1625537f)
This commit is contained in:
R. Ryantm
2026-06-22 08:16:16 +02:00
committed by Vladimír Čunát
parent a7e09a45bb
commit 8b70ffa9d0
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libaec";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "Deutsches-Klimarechenzentrum";
repo = "libaec";
tag = "v${finalAttrs.version}";
hash = "sha256-cxDP+JNwokxgzH9hO2zw+rIcz8XG7E8ujbAbWpgUEW8=";
hash = "sha256-aBm+CXCq7sdJb6Qq9sNuTzNj0nRwTJI20HsqUg1Qi/8=";
};
nativeBuildInputs = [