Skip to content

Commit

Permalink
got: 0.64 -> 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
heph2 committed Jan 23, 2022
1 parent 8ca5316 commit 33a8849
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 @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "got";
version = "0.64";
version = "0.66";

src = fetchurl {
url =
"https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "1qigv8fnmiynrx6qrg28n2981a30n56nh3xbhmlpihl7fqxmg1sq";
sha256 = "13xrwndj80jix210fxkadivxyd1f5qavdrhxyl32n68xyv5xmkgg";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 33a8849

Please sign in to comment.