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

featherpad: 1.3.0 -> 1.3.1
This commit is contained in:
Jonas Heinrich
2022-08-21 21:17:43 +02:00
committed by GitHub
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-j8nfK162JmhQLWS1qN909jjxWpzhxE6JnO5uRwtw3c4=";
sha256 = "sha256-OLipBhSrXf9lLpSYLwjjOv5AYJDt46MlnEW4YetXZjI=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];