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

featherpad: 1.3.1 -> 1.3.5
This commit is contained in:
Weijia Wang
2023-01-22 22:17:31 +01:00
committed by GitHub
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
version = "1.3.1";
version = "1.3.5";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-OLipBhSrXf9lLpSYLwjjOv5AYJDt46MlnEW4YetXZjI=";
sha256 = "sha256-deQDLcymci8x9QvVOfNwroZPvifovxV6+jT9Grl3sxA=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];