featherpad: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm
2026-01-03 00:47:48 +00:00
parent 5e931b16fa
commit e541ef7d95
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "featherpad";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
tag = "V${finalAttrs.version}";
hash = "sha256-G47ltOiyNEk/NrFWoXpft/rCJ18t0FTZrc5ReEJL6TU=";
hash = "sha256-h/Opw4PmIEZdIx+gXoXriA0h1YxyImiZJFFPr1KUo/A=";
};
nativeBuildInputs = [