spedread: 2.4.7-fixed -> 2.5.1 (#413809)

Co-authored-by: thtrf <thtrf@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-04 07:59:55 +00:00
committed by GitHub
co-authored by thtrf
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spedread";
version = "2.4.7-fixed";
version = "2.5.1";
src = fetchFromGitHub {
owner = "Darazaki";
repo = "Spedread";
tag = "v${finalAttrs.version}";
hash = "sha256-wbSayADL2J+GEJWreiyTWtgXjdXC1bloRq1iHRS0VFc=";
hash = "sha256-0VQdiosYd4HBFM1A9jvtQulvgiRwMoClXAVwLhGh6xU=";
};
postPatch = ''