featherpad: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2021-10-29 13:59:41 +00:00
parent 842a0d94cb
commit 0def7fb8c1

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-GcOvof6bD7GNrABXIR8jOfzjDEN5Lvnj24M154iqQgU=";
sha256 = "sha256-FeqTPDix2tqTJ3UU6i2e6FkmCO0KMNt4tLtrPjX57fc=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];