Merge pull request #183351 from r-ryantm/auto-update/htpdate

htpdate: 1.3.3 -> 1.3.5
This commit is contained in:
Bobby Rong 2022-08-12 21:35:52 +08:00 committed by GitHub
commit e532e26eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "1.3.3";
version = "1.3.5";
pname = "htpdate";
src = fetchFromGitHub {
owner = "twekkel";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/xZxwEui8V5kyfGsmwRRkiyhj7lcJQaTmOjBihvdWg8=";
sha256 = "sha256-L3CKBgGk9R8qJFWOS98Tm1j/s/5t6+/Vt2EcZ+or0Ng=";
};
makeFlags = [