htpdate: 1.3.7 -> 2.0.0 (#339141)

This commit is contained in:
Julien Malka 2024-09-10 14:20:51 +02:00 committed by GitHub
commit 36b8080a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub }: { stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.3.7"; version = "2.0.0";
pname = "htpdate"; pname = "htpdate";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "twekkel"; owner = "twekkel";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-XdqQQw87gvWvdx150fQhnCio478PNCQBMw/g/l/T1ZA="; sha256 = "sha256-X7r95Uc4oGB0eVum5D7pC4tebZIyyz73g6Q/D0cjuFM=";
}; };
makeFlags = [ makeFlags = [