htpdate: 1.3.3 -> 1.3.5

This commit is contained in:
R. Ryantm 2022-07-28 14:41:41 +00:00
parent 2d9b7cb5f0
commit 71d5dd7bbe

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