alpine: 2.26 -> 2.29.9 (#493558)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user