got: 0.123 -> 0.125

Changes: https://gameoftrees.org/releases/portable/CHANGELOG
This commit is contained in:
Ashish SHUKLA
2026-05-16 16:18:35 +00:00
parent d233902339
commit 5c54bae19c
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.123";
version = "0.125";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-U655XwPi7k9Glr+FdoqafWSkc/IGIvzIUI+iRswohSY=";
hash = "sha256-rdYZgBBzZDcq64Foe8WKZsDQyeCixKm7ttNxT7RSuqw=";
};
nativeBuildInputs = [