Commit 544618b8 authored by BatteredBunny's avatar BatteredBunny
Browse files

feishin: 1.8.0 -> 1.9.0

parent c6d67689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
let
  pname = "feishin";
  version = "1.8.0";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "jeffvli";
    repo = "feishin";
    tag = "v${version}";
    hash = "sha256-sd6j3gPtNFN1hMiOMIiTICNH8mYJvO9FSXPqUFotis8=";
    hash = "sha256-LcSe7aEtTDs4JIk50zI0IFgN4ZCSJ6NClfk02uO2Sg8=";
  };

  electron = electron_39;