summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-04 05:06:46 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 12:44:08 -0300
commitb5490963be133787263f33a1a5d682931adcb07f (patch)
treea79043e83792399a958c625047ce6c070090550e
parent5db719f69c9c27690960737d4aeadae741f5a48a (diff)
downloadnixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar.gz
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar.bz2
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar.lz
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar.xz
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.tar.zst
nixpkgs-b5490963be133787263f33a1a5d682931adcb07f.zip
icewm: 3.4.1 -> 3.4.2
-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 9e2041be1a4..4bf4d2293c4 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.4.1";
+  version = "3.4.2";
 
   src = fetchFromGitHub {
     owner = "ice-wm";
     repo = "icewm";
     rev = finalAttrs.version;
-    hash = "sha256-KgdCgKR3KqDf9GONCBRkLpNLoOycE0y4UXxHxBqNudk=";
+    hash = "sha256-s1gupU5AOQOMqz8YRMIBc2Oe7DMnlGgXitcq7CFWwSE=";
   };
 
   nativeBuildInputs = [