Commit 0e8ed6fc authored by BatteredBunny's avatar BatteredBunny
Browse files

feishin: 1.10.0 -> 1.11.0

parent b63e805c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
let
  pname = "feishin";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "jeffvli";
    repo = "feishin";
    tag = "v${version}";
    hash = "sha256-pQCcj0YBytmDQnOxWpErU8xApE0hGQA39G5XivR82Co=";
    hash = "sha256-TSjgjNHhPSZ4k7zZTH5e3FCkl6d7B/2w2WCt0S5OW0g=";
  };

  electron = electron_39;