We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 908bfbb + 96fb0d6 commit 2863614Copy full SHA for 2863614
1 file changed
pkgs/by-name/go/got/package.nix
@@ -25,11 +25,11 @@
25
26
stdenv.mkDerivation (finalAttrs: {
27
pname = "got";
28
- version = "0.113";
+ version = "0.115";
29
30
src = fetchurl {
31
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
32
- hash = "sha256-KUaKG5o1+iq6kygHWVvADQEKxUGSOQRo91oK02TFbwE=";
+ hash = "sha256-rfC8HMN0dH34+1Jbd3uPEtG/1uiTdSKBkilhssiJiec=";
33
};
34
35
nativeBuildInputs = [
0 commit comments