Unverified Commit b2b412fd authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

alpine: 2.26 -> 2.29.9 (#493558)

parents 4097cf1a 7cc1026d
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 ];