3
0
Fork 0
forked from mirrors/nixpkgs

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

featherpad: 1.0.0 -> 1.0.1
This commit is contained in:
Bobby Rong 2021-10-30 09:37:58 +08:00 committed by GitHub
commit 32403fd350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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