about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-03-19 22:49:19 +0100
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:19 +0200
commit0fa97bfb66c060161b9dd49d76dfb41df1157791 (patch)
treecc70937ac2a3715b526a27766114c802abf67df2 /pkgs/applications/terminal-emulators
parent38aabcc9593d23fd58bbf111578ad2533fe1f1b2 (diff)
gnome-console: 45.0 → 46.0
https://gitlab.gnome.org/GNOME/console/-/compare/45.0...46.0
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/gnome-console/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/gnome-console/default.nix b/pkgs/applications/terminal-emulators/gnome-console/default.nix
index 2141effcf015f..5884f65c61edc 100644
--- a/pkgs/applications/terminal-emulators/gnome-console/default.nix
+++ b/pkgs/applications/terminal-emulators/gnome-console/default.nix
@@ -18,11 +18,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-console";
-  version = "45.0";
+  version = "46.0";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnome-console/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    sha256 = "50YhKNLfIySh10gGLEBCnNBQSvCeQHBnsz86nQxZyOE=";
+    hash = "sha256-FhnOcBdzssDJA3GPVHaMGS6lB0UU1VoXdKkslyMdbD4=";
   };
 
   nativeBuildInputs = [