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

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

icewm: 3.2.2 -> 3.2.3
parents 54552717 17161081
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.2";
  version = "3.2.3";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw=";
    hash = "sha256-cG+I7WMWboMNH6A0eKFI3evN16C5EGE127q+a/PBR5E=";
  };

  nativeBuildInputs = [