summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-05-11 09:39:22 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-05-12 00:15:41 -0300
commit5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0 (patch)
tree15839f8e519f7297c4e7f8f342d3dd66d8b32cb2 /pkgs/applications/window-managers
parent67a2f545cab1c39715211e448e9b92b3f8febadd (diff)
downloadnixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar.gz
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar.bz2
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar.lz
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar.xz
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.tar.zst
nixpkgs-5d8c8c6c90c2dda5d81ad9c1b2b018ad9a939dc0.zip
icewm: 2.2.0 -> 2.3.4
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/icewm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/icewm/default.nix b/pkgs/applications/window-managers/icewm/default.nix
index 8f1a920296a..0dc962e84c5 100644
--- a/pkgs/applications/window-managers/icewm/default.nix
+++ b/pkgs/applications/window-managers/icewm/default.nix
@@ -39,13 +39,13 @@
 
 stdenv.mkDerivation rec {
   pname = "icewm";
-  version = "2.2.0";
+  version = "2.3.4";
 
   src = fetchFromGitHub {
-    owner  = "bbidulock";
+    owner  = "ice-wm";
     repo = pname;
     rev = version;
-    hash = "sha256-STM8t311lf0xIqs2Onmwg48xgE7V9VZrUfJrUzYRxL4=";
+    hash = "sha256-UyLefj0eY/m3Of51NdhMNMq3z+kaLK28zDe63hbDK5A=";
   };
 
   nativeBuildInputs = [