tev: 1.26 -> 1.27

This commit is contained in:
R. Ryantm 2024-04-19 02:42:29 +00:00
parent 1f3ac32a1e
commit d5c1792fdc
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "1.26";
version = "1.27";
src = fetchFromGitHub {
owner = "Tom94";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-6acFt0fyL0yStUwreGggJ+7Zi+0Fqburj/ytmf+Oi4w=";
sha256 = "sha256-+qCRHP0AbYOQBAE4zK2cmWPHZGWjjxC3DZPNm8sgBzs=";
};
nativeBuildInputs = [ cmake wrapGAppsHook ];