Skip to content

Commit

Permalink
uacme: 1.7.5 -> 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 31, 2024
1 parent c0851de commit b27dc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ua/uacme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "uacme";
version = "1.7.5";
version = "1.7.6";

src = fetchFromGitHub {
owner = "ndilieto";
repo = "uacme";
rev = "v${version}";
hash = "sha256-MaPMNAUuQmJAbl7qBqNCkzW4k6nkibezEMRaCho5I68=";
hash = "sha256-he0k4o/5JGFDxLrHBO6PNtRgKUzIkGby96cSz0ymuRs=";
};

configureFlags = [ "--with-openssl" ];
Expand Down

0 comments on commit b27dc05

Please sign in to comment.