3
0
Fork 0
forked from mirrors/nixpkgs

featherpad: 1.1.0 -> 1.1.1

(#154466)
This commit is contained in:
R. RyanTM 2022-01-12 14:46:32 -08:00 committed by GitHub
parent cf340a9dae
commit 64fa8e6b5b
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.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "sha256-Sff1oyRYCsiJ7Kl3HxI/bln0M80KlbcNSw6jrEOeWiI=";
sha256 = "sha256-qDhubKk6FLZmVxp4SkGm1B7zIg6rPtPRoFGCcBYUDFA=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];