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

featherpad: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang
2023-06-22 10:10:08 +03:00
committed by GitHub
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-6hu8r38hrQEt0vaO9XA+KaWPuWYcBdydpjEf2V+m5xY=";
sha256 = "sha256-8IT/PxLz6BsLHzY5pM0bTlAO0xvfC7/aI7+Gbw2LyME=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];