Commit 52e82cf5 authored by R. RyanTM's avatar R. RyanTM
Browse files

yed: 3.23.1 -> 3.23.2

parent 1f832ad5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "yEd";
  version = "3.23.1";
  version = "3.23.2";

  src = fetchzip {
    url = "https://www.yworks.com/resources/yed/demo/${pname}-${version}.zip";
    sha256 = "sha256-MboljULek5vCcHpRFL9kdT4AROTD774AOBYeOTzcdig=";
    sha256 = "sha256-u83OmIzq9VygKbfa886mj6BIa/9ET1btry2nR/wxeyI=";
  };

  nativeBuildInputs = [ makeWrapper unzip wrapGAppsHook ];