about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-03 13:13:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-03 13:13:04 +0000
commite1d491daf5eb9e6cb4f58b35233f23b5b31f062c (patch)
tree21a74ffc9e4e533a64947383477d0ca57c9ba951 /pkgs/applications
parent100e2c666c239de84808c603ffcc30fe1a928fe2 (diff)
icewm: 3.1.0 -> 3.2.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/icewm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/icewm/default.nix b/pkgs/applications/window-managers/icewm/default.nix
index 4bcdf1643f1b7..3ddca4d40fd37 100644
--- a/pkgs/applications/window-managers/icewm/default.nix
+++ b/pkgs/applications/window-managers/icewm/default.nix
@@ -41,13 +41,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "icewm";
-  version = "3.1.0";
+  version = "3.2.0";
 
   src = fetchFromGitHub {
     owner = "ice-wm";
     repo = "icewm";
     rev = finalAttrs.version;
-    hash = "sha256-0mnhH/7Y4VXpNUU++ln2//9/vuTxq9sa2D933Cf7Ifw=";
+    hash = "sha256-fTaWfItY//fkvaYADeCBYg+dag59Y9Fw+Al0UgHnkXc=";
   };
 
   nativeBuildInputs = [