Unverified Commit 614b800b authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #260796 from siraben/althttpd-update

althttpd: unstable-2022-08-12 -> unstable-2023-08-12
parents 96896946 a695f327
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "althttpd";
  version = "unstable-2022-08-12";
  version = "unstable-2023-08-12";

  src = fetchfossil {
    url = "https://sqlite.org/althttpd/";
    rev = "823a1d985d4bacaa";
    sha256 = "sha256-yfVsOfqtHw9ftnK5B4RWeRR/ygfsTEDm7fFSaVxsCas=";
    rev = "c0bdc68e6c56ef25";
    sha256 = "sha256-VoDR5MlVlvar9wYA0kUhvDQVjxDwsZlqrNR3u4Tqw5c=";
  };

  buildInputs = [ openssl ];