gogui: 1.5.4a -> 1.6.0

This commit is contained in:
R. Ryantm 2025-03-12 19:18:19 +00:00
parent a76c90c333
commit e42a3f8bcc

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gogui";
version = "1.5.4a";
version = "1.6.0";
src = fetchFromGitHub {
owner = "Remi-Coulom";
repo = "gogui";
rev = "v${finalAttrs.version}";
hash = "sha256-UFhOk2mAnTtxfwEOHquN64YDCRq7nNUqZAPQf77MEEw=";
hash = "sha256-pJGZpSFdOvMkeetdX3+wB+8sk3LO6znJ0dUNvjOmiB8=";
};
nativeBuildInputs = [