Commit 4c64b1a3 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

icewm: 3.3.2 -> 3.3.3

parent 6ed190b7
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.3.2";
  version = "3.3.3";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-9fw3vqcorWZZROYm1vbDOrlkzEbuk7X2dOO/Edo3AOg=";
    hash = "sha256-VcUc1T3uTj8fhSZ+/XWRzgoenjqA/gguxuNsj+PYzB0=";
  };

  nativeBuildInputs = [