about summary refs log tree commit diff
path: root/pkgs/applications/graphics/tev
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 02:42:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 02:42:29 +0000
commitd5c1792fdca71dd7b70664e9bb702e8af1d2aaa8 (patch)
tree4ce90d1625d97a465d59901636a9bba6b9b635e5 /pkgs/applications/graphics/tev
parent1f3ac32a1e19bae2d99aa382504501a8adb94266 (diff)
tev: 1.26 -> 1.27
Diffstat (limited to 'pkgs/applications/graphics/tev')
-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 ];