Unverified Commit a3bef4ee authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

diylc: 5.7.0 -> 5.10.0 (#476497)

parents e23ec6f5 9a6f422c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "diylc";
  version = "5.7.0";
  version = "5.10.0";

  src = fetchurl {
    url = "https://github.com/bancika/diy-layout-creator/releases/download/v${finalAttrs.version}/diylc-${finalAttrs.version}-universal.zip";
    hash = "sha256-0402HeOQrLJSor4bERyAkIO65kUYMLq2wo1ZgKLcMn4=";
    hash = "sha256-1WiCQ/UIzrE5oMfvwH518KzjBmRPVCwTAv2DxrKzxH4=";
  };

  nativeBuildInputs = [