spedread: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm
2026-01-02 01:25:15 +00:00
parent 56b9c6759f
commit b1b6ee06a6
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spedread";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "Darazaki";
repo = "Spedread";
tag = "v${finalAttrs.version}";
hash = "sha256-xIVPK0T5wrxlNNWHZnxbW62ZZnagTzoe3OLiW0QtLSQ=";
hash = "sha256-ZGIW0FmrVgjoUKjbF6wTxihVu3QMD7BpfZY6YOyfXlg=";
};
postPatch = ''