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

htpdate: 1.3.1 -> 1.3.3
This commit is contained in:
legendofmiracles 2022-01-24 07:54:54 -06:00 committed by GitHub
commit 276814e2f4
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.1";
version = "1.3.3";
pname = "htpdate";
src = fetchFromGitHub {
owner = "twekkel";
repo = pname;
rev = "v${version}";
sha256 = "JPaxbu7LlGV+Bh5qxVxeNSPnMQNqLaLYWBRbpETSpQs=";
sha256 = "sha256-/xZxwEui8V5kyfGsmwRRkiyhj7lcJQaTmOjBihvdWg8=";
};
makeFlags = [