spedread: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm
2026-04-09 01:39:11 +00:00
parent 7252074c0b
commit ffb02ac811
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spedread";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "Darazaki";
repo = "Spedread";
tag = "v${finalAttrs.version}";
hash = "sha256-3Ykucgw2LkW22gn4nroCO22CbfLB9DGeyyv+PS3fv2U=";
hash = "sha256-IZhvKZ4kllL6ItUn47+EnUwVPKXC0mz2Mvsg/7CT5Qw=";
};
postPatch = ''