featherpad: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2023-06-22 03:30:48 +00:00
parent 43be38bd78
commit a9e5e732b0

View File

@ -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 ];