summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-05-12 23:04:37 -0300
committerGitHub <noreply@github.com>2021-05-12 23:04:37 -0300
commit9c0ca46a6d23883d883fedb9bfd51f286b0a0789 (patch)
tree1b2a542d8abf3706346aa7d8202bcc3fee6830e4 /pkgs/applications/window-managers
parentd950065319086da47f9b57a840696209ce486eea (diff)
parent12d5b760ae519bf25d72fa9a8a7263a6584227d1 (diff)
downloadnixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar.gz
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar.bz2
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar.lz
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar.xz
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.tar.zst
nixpkgs-9c0ca46a6d23883d883fedb9bfd51f286b0a0789.zip
Merge pull request #122578 from AndersonTorres/quick-patches
Quick patches
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 = [