Merge pull request #193840 from r-ryantm/auto-update/uacme

uacme: 1.7.2 -> 1.7.3
This commit is contained in:
Pascal Bach
2022-10-01 22:22:10 +02:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "uacme";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "ndilieto";
repo = "uacme";
rev = "v${version}";
hash = "sha256-mbH5Z/ieV4fiLCLWag1aLPNA89sexd5upNF3KHTfhKM=";
hash = "sha256-kgS+QOB63Q1cNa4gk527G4hHFdiCL6JqmoVQRAVMUDw=";
};
configureFlags = [ "--with-openssl" ];