Commit 3da5ea82 authored by R. RyanTM's avatar R. RyanTM
Browse files

starc: 0.7.8 -> 0.8.0

parent d0aeccbd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "starc";
  version = "0.7.8";
  version = "0.8.0";
  src = fetchurl {
    url = "https://github.com/story-apps/starc/releases/download/v${version}/starc-setup.AppImage";
    hash = "sha256-thW7BzbY0eR72sa0eQT8iTo+K193k2C5b+R0zyXni9Y=";
    hash = "sha256-0lD2mpHslOGgvGG8edPqlhyNi9ewzSgN+Eaabbcs7CI=";
  };

  appimageContents = appimageTools.extract { inherit pname version src; };