Unverified Commit 1223fd0c authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

LycheeSlicer: 7.5.0 -> 7.5.1 (#465245)

parents 1d04e254 82950d9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
let
  pname = "LycheeSlicer";
  version = "7.5.0";
  version = "7.5.1";

  src = fetchurl {
    url = "https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-${version}.AppImage";
    hash = "sha256-jI/V8tczgBHl3/LOEui+DbjWB5kD67+mL2HMvPz80+8=";
    hash = "sha256-mjpBE896mKQbJZysGW6skzisrUhcanU0tMB8bk4YauM=";
  };

  desktopItem = makeDesktopItem {