gnubg: 1.07.001 -> 1.08.003 (#500229)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-06 01:57:19 +00:00
committed by GitHub
+4 -2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchurl,
pkg-config,
flex,
glib,
python3,
gtk2,
@@ -13,17 +14,18 @@
stdenv.mkDerivation rec {
pname = "gnubg";
version = "1.07.001";
version = "1.08.003";
src = fetchurl {
url = "mirror://gnu/gnubg/gnubg-release-${version}-sources.tar.gz";
hash = "sha256-cjmXKUGcrZ8RLDBmoS0AANpFCkVq3XsJTYkVUGnWgh4=";
hash = "sha256-b32WmxPP/3hvupD/jMXl1WS5f08Kppr+Tzg48YxEWXk=";
};
nativeBuildInputs = [
copyDesktopItems
pkg-config
python3
flex
glib
];