Merge pull request #200303 from r-ryantm/auto-update/icewm

icewm: 3.2.0 -> 3.2.1
This commit is contained in:
Anderson Torres
2022-11-09 08:01:46 -03:00
committed by GitHub
@@ -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 = [