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

LycheeSlicer: 7.6.0 -> 7.6.1 (#487083)

parents 1e5d278f 83ee8dc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
let
  pname = "LycheeSlicer";
  version = "7.6.0";
  version = "7.6.1";

  src = fetchurl {
    url = "https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-${version}.AppImage";
    hash = "sha256-jxZ7jtIkf3olC6nZYW6X2v88qSSUT4v4kCWfuekbeMI=";
    hash = "sha256-649Lf6bh1Saee0NrHZ+wqoOUgpy4lxMD2DV7lh6ZNik=";
  };

  desktopItem = makeDesktopItem {