mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
Merge pull request #154704 from siraben/althttpd-update
althttpd: unstable-2021-06-09 -> unstable-2022-01-10
This commit is contained in:
commit
b289230448
@ -1,15 +1,17 @@
|
||||
{ lib, stdenv, fetchfossil }:
|
||||
{ lib, stdenv, fetchfossil, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "althttpd";
|
||||
version = "unstable-2021-06-09";
|
||||
version = "unstable-2022-01-10";
|
||||
|
||||
src = fetchfossil {
|
||||
url = "https://sqlite.org/althttpd/";
|
||||
rev = "0d3b5e232c57e188";
|
||||
sha256 = "sha256-vZwpjYYMdP/FgPTAQ9Kdh2RRMovpONqu2v73cCoYyxE=";
|
||||
rev = "83196564d05f33c3";
|
||||
sha256 = "sha256-z/XMVnDihcO56kJaXIJGUUdnz8mR5jlySrLZX1tkV5c=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
installPhase = ''
|
||||
install -Dm755 -t $out/bin althttpd
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user