uacme: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2022-08-02 05:03:02 +00:00
parent ec9cb32147
commit dc12eb3219

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" ];