3
0
Fork 0
forked from mirrors/nixpkgs

icewm: 3.3.5 -> 3.4.0

This commit is contained in:
R. Ryantm 2023-06-05 22:57:18 +00:00 committed by Anderson Torres
parent 49e06b9347
commit 14d96ff665

View file

@ -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 = [