htpdate: 1.3.1 -> 1.3.3

This commit is contained in:
R. Ryantm 2022-01-24 13:14:10 +00:00
parent e5f7e0e551
commit e06dfabe6e

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 = [