Skip to content

Commit 97b67d4

Browse files
authored
uacme: 1.7.5 -> 1.7.6 (NixOS#369533)
2 parents d5b9bb1 + b27dc05 commit 97b67d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ua/uacme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
pname = "uacme";
14-
version = "1.7.5";
14+
version = "1.7.6";
1515

1616
src = fetchFromGitHub {
1717
owner = "ndilieto";
1818
repo = "uacme";
1919
rev = "v${version}";
20-
hash = "sha256-MaPMNAUuQmJAbl7qBqNCkzW4k6nkibezEMRaCho5I68=";
20+
hash = "sha256-he0k4o/5JGFDxLrHBO6PNtRgKUzIkGby96cSz0ymuRs=";
2121
};
2222

2323
configureFlags = [ "--with-openssl" ];

0 commit comments

Comments
 (0)