Unverified Commit 548a2cb7 authored by Ben Siraphob's avatar Ben Siraphob
Browse files

althttpd: unstable-2023-08-12 -> unstable-2025-08-22

parent dec5f03e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

stdenv.mkDerivation {
  pname = "althttpd";
  version = "0-unstable-2023-08-12";
  version = "0-unstable-2025-08-22";

  src = fetchfossil {
    url = "https://sqlite.org/althttpd/";
    rev = "c0bdc68e6c56ef25";
    hash = "sha256-VoDR5MlVlvar9wYA0kUhvDQVjxDwsZlqrNR3u4Tqw5c=";
    rev = "e9bf26f78e1f5792";
    hash = "sha256-Q16tqhnPzYrFkrHTC8NBrdpsbrpjPUkdxLwmyYqUHZo=";
  };

  buildInputs = [ openssl ];