Unverified Commit f2d92329 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

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

icewm: 3.2.1 -> 3.2.2
parents bed01d87 de55c527
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "icewm";
  version = "3.2.1";
  version = "3.2.2";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0=";
    hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw=";
  };

  nativeBuildInputs = [