mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
feishin: 0.12.2 -> 0.12.3
Diff: https://github.com/jeffvli/feishin/compare/v0.12.2...v0.12.3
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.12.3
(cherry picked from commit 54b39e8354)
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
}:
|
||||
let
|
||||
pname = "feishin";
|
||||
version = "0.12.2";
|
||||
version = "0.12.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jeffvli";
|
||||
repo = "feishin";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-2kWeUlOTAd1Usw/cLOARyLqxEzZRk27RuHjLwupnq80=";
|
||||
hash = "sha256-Tjh68b+41YrMNB14AZ3jXqBXDOmaaOYQKXJOyTUF474=";
|
||||
};
|
||||
|
||||
electron = electron_33;
|
||||
|
||||
Reference in New Issue
Block a user