certinfo: 1.0.23 -> 1.0.24

This commit is contained in:
Jakuzure Nonon 2024-10-03 10:39:52 +02:00
parent 77a6708205
commit a37cee3694
No known key found for this signature in database

View File

@ -1,14 +1,14 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub, libX11, darwin }:
{ stdenv, lib, buildGo123Module, fetchFromGitHub, libX11, darwin }:
buildGoModule rec {
buildGo123Module rec {
pname = "certinfo";
version = "1.0.23";
version = "1.0.24";
src = fetchFromGitHub {
owner = "pete911";
repo = "certinfo";
rev = "v${version}";
sha256 = "sha256-el7qL2d8z50S+0vyy8zH1W1uNix9PXmDGS5y8P9fIVA=";
sha256 = "sha256-BI5gYWKGMU0wLvnArG41bLWj+9ipe/GARKRX0fwz4ag=";
};
# clipboard functionality not working on Darwin