summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-31 00:01:38 -0300
committerGitHub <noreply@github.com>2023-01-31 00:01:38 -0300
commitb6fee1a4eb5d3f4fc565c1f898c9852c3b519bea (patch)
treef0705b4bd1a975a25d2206f1584ee916be1e73bc
parent0506d31b804b84172fcc92fae929f0ee67011225 (diff)
parentce47ede70bb0ab9fedf2d48e3fab9fa8b37dcef8 (diff)
downloadnixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar.gz
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar.bz2
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar.lz
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar.xz
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.tar.zst
nixpkgs-b6fee1a4eb5d3f4fc565c1f898c9852c3b519bea.zip
Merge pull request #213696 from r-ryantm/auto-update/icewm
icewm: 3.3.0 -> 3.3.1
-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 ad2ed5bf346..52a213cda86 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.0";
+  version = "3.3.1";
 
   src = fetchFromGitHub {
     owner = "ice-wm";
     repo = "icewm";
     rev = finalAttrs.version;
-    hash = "sha256-Zl7ob0JcFN8sl8Zuf2aB7l7q3W8GmvVBoI1W3aLLXfU=";
+    hash = "sha256-2gEZRkym21X4rvj6kzZh9WChZUkfqgS1wiWh7LBioZM=";
   };
 
   nativeBuildInputs = [