featherpad: 1.6.1 -> 1.6.2 (#409150)

This commit is contained in:
Nikolay Korotkiy 2025-05-31 07:30:20 +04:00 committed by GitHub
commit 59138c7667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "featherpad";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
tag = "V${finalAttrs.version}";
hash = "sha256-uI/XKBBoKsbABQWvTQbqFLStXFeiJI2u0DA+Injxon0=";
hash = "sha256-G47ltOiyNEk/NrFWoXpft/rCJ18t0FTZrc5ReEJL6TU=";
};
nativeBuildInputs = [