uacme: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm 2023-03-07 03:21:49 +00:00
parent 33c9fd85e5
commit 6f7d6eba8f

View file

@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "uacme";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "ndilieto";
repo = "uacme";
rev = "v${version}";
hash = "sha256-kgS+QOB63Q1cNa4gk527G4hHFdiCL6JqmoVQRAVMUDw=";
hash = "sha256-ywir6wLZCTgb7SurJ5S/1UIV1Lw4/Er1wwdgl630Eso=";
};
configureFlags = [ "--with-openssl" ];