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
commit 3a53e480a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''