Unverified Commit 97b67d41 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

uacme: 1.7.5 -> 1.7.6 (#369533)

parents d5b9bb13 b27dc05a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];