featherpad: 1.1.0 -> 1.1.1

(#154466)
main
R. RyanTM 2 years ago committed by GitHub
parent cf340a9dae
commit 64fa8e6b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/editors/featherpad/default.nix

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

Loading…
Cancel
Save