Merge pull request #257367 from r-ryantm/auto-update/tev

tev: 1.23 -> 1.26
This commit is contained in:
Weijia Wang 2023-10-13 02:23:35 +02:00 committed by GitHub
commit ca2cecd58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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