got: 0.116 -> 0.117

This commit is contained in:
R. Ryantm
2025-08-21 17:51:02 +00:00
parent bbe943aa2c
commit 5c60b33ecb
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.116";
version = "0.117";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-6KZK1zuCwbbfnfnaWj6Nqb5gUcNJc3mUCAaHjZWOTf8=";
hash = "sha256-jVP/1vX1dJukdHU+R+RejlPVfeVBvouzsM6Oj8IzwUE=";
};
nativeBuildInputs = [