Commit c73081a3 authored by R. RyanTM's avatar R. RyanTM
Browse files

icewm: 3.4.5 -> 3.4.6

parent c8cd6529
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.4.5";
  version = "3.4.6";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-Auuu+hRYVziAF3hXH7XSOyNlDehEKg6QmSJicY+XQLk=";
    hash = "sha256-j4o4/Q+WWuVPZM/rij2miC7ApWrBNhzve2TAPEXIU20=";
  };

  nativeBuildInputs = [