Merge pull request #179115 from r-ryantm/auto-update/featherpad

featherpad: 1.2.0 -> 1.3.0
This commit is contained in:
Bobby Rong 2022-07-02 19:23:33 +08:00 committed by GitHub
commit 04ed825068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-KKk3acjzqtNhetus/TZFSv2SUSYMzWrYYQ+Uj/XLSKc=";
sha256 = "sha256-j8nfK162JmhQLWS1qN909jjxWpzhxE6JnO5uRwtw3c4=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];