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

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

icewm: 3.2.3 -> 3.3.0
parents 0a366c7f c06db037
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.3";
  version = "3.3.0";

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

  nativeBuildInputs = [