Merge pull request #284947 from r-ryantm/auto-update/uacme
uacme: 1.7.4 -> 1.7.5
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "uacme";
|
||||
version = "1.7.4";
|
||||
version = "1.7.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ndilieto";
|
||||
repo = "uacme";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ywir6wLZCTgb7SurJ5S/1UIV1Lw4/Er1wwdgl630Eso=";
|
||||
hash = "sha256-MaPMNAUuQmJAbl7qBqNCkzW4k6nkibezEMRaCho5I68=";
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-openssl" ];
|
||||
@@ -38,5 +38,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/ndilieto/uacme";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ malte-v ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user