Skip to content

Commit

Permalink
tev: 1.15 -> 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jun 3, 2020
1 parent e2b0fd0 commit 8a9cbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/tev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
pname = "tev";
version = "1.15";
version = "1.16";

src = fetchFromGitHub {
owner = "Tom94";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "173nxvj30xmbdj8fc3rbw0mlicxy6zbhxv01i7z5nmcdvpamkdx6";
sha256 = "0fn5j9klzrjvz3bq8p9yp9nqikn2fr7bp98c1sxwpwwaadkqy9xf";
};

nativeBuildInputs = [ cmake wrapGAppsHook ];
Expand Down

0 comments on commit 8a9cbdb

Please sign in to comment.