icewm: 3.3.5 -> 3.4.0

This commit is contained in:
R. Ryantm
2023-06-06 00:32:21 +00:00
committed by Anderson Torres
parent 49e06b9347
commit 14d96ff665
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.3.5";
version = "3.4.0";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-ZxHeRfdSKhU7osITPLZmC5M2Nji3GjHLPuYphsZXNJw=";
hash = "sha256-5RIjvmoqxMLnSW2P122rEa8MghWfwLHFtYgXwcFPF38=";
};
nativeBuildInputs = [