Updated htpdate

This commit is contained in:
Julien Malka 2022-08-14 17:41:58 +02:00
parent 47435c93d8
commit b53e3e0e34
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "1.3.1";
version = "1.3.5";
pname = "htpdate";
src = fetchFromGitHub {
owner = "twekkel";
repo = pname;
rev = "v${version}";
sha256 = "JPaxbu7LlGV+Bh5qxVxeNSPnMQNqLaLYWBRbpETSpQs=";
sha256 = "sha256-L3CKBgGk9R8qJFWOS98Tm1j/s/5t6+/Vt2EcZ+or0Ng=";
};
makeFlags = [
@ -23,3 +23,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ julienmalka ];
};
}