got: 0.115 -> 0.116

This commit is contained in:
R. Ryantm 2025-07-26 19:10:18 +00:00
parent 8f91555fd5
commit aff2926aa9

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.115";
version = "0.116";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-rfC8HMN0dH34+1Jbd3uPEtG/1uiTdSKBkilhssiJiec=";
hash = "sha256-6KZK1zuCwbbfnfnaWj6Nqb5gUcNJc3mUCAaHjZWOTf8=";
};
nativeBuildInputs = [