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

featherpad: 1.3.5 -> 1.4.0
This commit is contained in:
Weijia Wang 2023-04-20 23:51:17 +03:00 committed by GitHub
commit 4c3edb72c1
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.3.5";
version = "1.4.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-deQDLcymci8x9QvVOfNwroZPvifovxV6+jT9Grl3sxA=";
sha256 = "sha256-6hu8r38hrQEt0vaO9XA+KaWPuWYcBdydpjEf2V+m5xY=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];