about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 13:24:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 13:24:29 +0000
commitccada08240ec7c09fc345ea6b92c34de3d5b6240 (patch)
tree87675f5cb31c862992f5d1af1d063f8c55fa80ac /pkgs/applications/terminal-emulators
parent19f815760d1785594aa5009043c7708caebffdb9 (diff)
contour: 0.4.0.6245 -> 0.4.1.6292
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/contour/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/contour/default.nix b/pkgs/applications/terminal-emulators/contour/default.nix
index a01975a73ef33..dd08debdd1e89 100644
--- a/pkgs/applications/terminal-emulators/contour/default.nix
+++ b/pkgs/applications/terminal-emulators/contour/default.nix
@@ -30,13 +30,13 @@
 
 stdenv.mkDerivation (final: {
   pname = "contour";
-  version = "0.4.0.6245";
+  version = "0.4.1.6292";
 
   src = fetchFromGitHub {
     owner = "contour-terminal";
     repo = "contour";
     rev = "v${final.version}";
-    hash = "sha256-0A3fGbQPfzV4V4f5GGyjbQLJK+tX7ZVerAL7TkHhjdo=";
+    hash = "sha256-t1rZixjpwg2JDBESmymNwUlpQd1VLaECxvpPP94jvH0=";
   };
 
   patches = [ ./dont-fix-app-bundle.diff ];