alpine: 2.26 -> 2.29.9 (#493558)

This commit is contained in:
Ryan Hendrickson
2026-02-24 18:09:20 +00:00
committed by GitHub
+2 -2
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "alpine";
version = "2.26";
version = "2.29.9";
src = fetchgit {
url = "https://repo.or.cz/alpine.git";
tag = "v${finalAttrs.version}";
hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0=";
hash = "sha256-uAPQlF2IQPSZ0QoK9bwh6RBGsb1X0ktP1eVhs3RO44I=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];