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

featherpad: 1.1.1 -> 1.2.0
This commit is contained in:
Mario Rodas 2022-06-16 22:41:49 -05:00 committed by GitHub
commit 97722e45b2
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.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-qDhubKk6FLZmVxp4SkGm1B7zIg6rPtPRoFGCcBYUDFA=";
sha256 = "sha256-KKk3acjzqtNhetus/TZFSv2SUSYMzWrYYQ+Uj/XLSKc=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];