about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 03:55:18 +0200
committerGitHub <noreply@github.com>2024-04-27 03:55:18 +0200
commit35fe3753a5b479df530eac654b3994d559e0c614 (patch)
tree4e0f02b0fe01f7aee523ab2b1fd007ce29a17610 /pkgs
parentb809790244a7e00c1514933c8aef5b6a8cbdf57e (diff)
parentd5c1792fdca71dd7b70664e9bb702e8af1d2aaa8 (diff)
Merge pull request #305207 from r-ryantm/auto-update/tev
tev: 1.26 -> 1.27
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/tev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/tev/default.nix b/pkgs/applications/graphics/tev/default.nix
index ca70027eb2029..c1932c3e11c39 100644
--- a/pkgs/applications/graphics/tev/default.nix
+++ b/pkgs/applications/graphics/tev/default.nix
@@ -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 ];