qoi: add update script

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-01-03 16:15:54 +01:00
parent 96d7992c29
commit cb5ef83e1f
+2
View File
@@ -2,6 +2,7 @@
fetchFromGitHub,
lib,
libpng,
nix-update-script,
stb,
stdenv,
testers,
@@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; };
updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
};
meta = {