Skip to content

Commit

Permalink
Merge pull request NixOS#271417 from afh/update-got
Browse files Browse the repository at this point in the history
got: 0.93 -> 0.94
  • Loading branch information
emilytrau authored Dec 2, 2023
2 parents 0e0e180 + 9dbe1b5 commit 4567402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/got/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "got";
version = "0.93";
version = "0.94";

src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
hash = "sha256-wlcnJr7f3Bd9SEgrKiPlr7pTSjaRj47qwktI2jepINE=";
hash = "sha256-hG0/a+sk6uZCxR908YfZCW44qx/SIwwGO9mUaxxHZ3k=";
};

nativeBuildInputs = [ pkg-config bison ]
Expand Down

0 comments on commit 4567402

Please sign in to comment.