summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-20 18:24:14 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-20 16:54:14 -0300
commit8bf3e834daedadc6d0f4172616b2bdede1109c48 (patch)
tree8817fc7dc4935e79f25ac8f72100118e98ca35e2
parent295e234658fc21f895e0b3625b353bdf7a623368 (diff)
downloadnixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar.gz
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar.bz2
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar.lz
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar.xz
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.tar.zst
nixpkgs-8bf3e834daedadc6d0f4172616b2bdede1109c48.zip
icewm: 3.3.4 -> 3.3.5
-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 ea7c46b1ac9..8f171c29963 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.3.4";
+  version = "3.3.5";
 
   src = fetchFromGitHub {
     owner = "ice-wm";
     repo = "icewm";
     rev = finalAttrs.version;
-    hash = "sha256-Ygu10QF+cbjA0qy3k8/A9QX5xSthXcPy0wII3tXLH68=";
+    hash = "sha256-ZxHeRfdSKhU7osITPLZmC5M2Nji3GjHLPuYphsZXNJw=";
   };
 
   nativeBuildInputs = [