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

uacme: 1.7.1 -> 1.7.2
This commit is contained in:
Jonas Heinrich 2022-08-03 23:00:58 +02:00 committed by GitHub
commit 5234ee2534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "uacme";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "ndilieto";
repo = "uacme";
rev = "v${version}";
hash = "sha256-QCI34B/C4vZ3hNnp06NIScY03RTZ0EZBl2HPnQjjtnc=";
hash = "sha256-mbH5Z/ieV4fiLCLWag1aLPNA89sexd5upNF3KHTfhKM=";
};
configureFlags = [ "--with-openssl" ];