Skip to content

Commit

Permalink
pentobi: 18.3 -> 18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2020
1 parent aa5dd7e commit bf7fa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/pentobi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
}:

mkDerivation rec {
version = "18.3";
version = "18.4";
pname = "pentobi";

src = fetchFromGitHub {
owner = "enz";
repo = "pentobi";
rev = "v${version}";
sha256 = "9AymvAlXi0zkkcakTR0mC4gmyrweZR4EwlhORkmVshw=";
sha256 = "1wawy6s3i4pcc6n6kfspn5b4g957ds0728mgwzw19agp5yyid73b";
};

nativeBuildInputs = [ cmake docbook_xsl qttools ];
Expand Down

0 comments on commit bf7fa01

Please sign in to comment.