libaec: 1.1.3 -> 1.1.4 (#416314)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-24 05:27:45 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "libaec";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitLab {
domain = "gitlab.dkrz.de";
owner = "k202009";
repo = "libaec";
rev = "v${version}";
sha256 = "sha256-4WS3l79v9CTFBLuJmNMMK7RRNPLSa5KYID3W4aGMTuE=";
sha256 = "sha256-MJFx0gErfrSK6EeeGDk8CQWj6j4PVvFPJEI/iys3bI8=";
};
nativeBuildInputs = [