icewm: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-11-09 00:07:00 +00:00
parent 176676c4cf
commit 6e92f67a7e

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-fTaWfItY//fkvaYADeCBYg+dag59Y9Fw+Al0UgHnkXc=";
hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0=";
};
nativeBuildInputs = [