got: 0.117 -> 0.118.1

This commit is contained in:
R. Ryantm
2025-09-12 19:56:29 +00:00
parent c434698189
commit ba0de21fb0
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.117";
version = "0.118.1";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-jVP/1vX1dJukdHU+R+RejlPVfeVBvouzsM6Oj8IzwUE=";
hash = "sha256-d8E4eR7eb6nFNQeHEf977Un+VNhsGGsIIMumXLCbplA=";
};
nativeBuildInputs = [