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 5706c2f + 6ac1b21 commit 0e18459Copy full SHA for 0e18459
pkgs/by-name/go/got/package.nix
@@ -27,11 +27,11 @@ let
27
in
28
stdenv'.mkDerivation (finalAttrs: {
29
pname = "got";
30
- version = "0.101";
+ version = "0.102";
31
32
src = fetchurl {
33
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
34
- hash = "sha256-JQZBgscxoMv4Dki77s8tYo4r5BBG+ErsDYnY5/am3MA=";
+ hash = "sha256-qstQ6mZLCdYL5uQauMt7nGlEdPkPneGfu36RbaboN3c=";
35
};
36
37
nativeBuildInputs = [ pkg-config bison ]
0 commit comments