Commit 7cc1026d authored by R. RyanTM's avatar R. RyanTM
Browse files

alpine: 2.26 -> 2.29.9

parent 5e4522be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];