libstaden-read: 1.15.0 -> 1-15-1 (#425193)

Co-authored-by: Kupac <Kupac@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-23 18:25:52 +00:00
committed by GitHub
co-authored by Kupac
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
# Same name as the Debian library
pname = "libstaden-read";
version = "1.15.0";
version = "1-15-1";
src = fetchFromGitHub {
owner = "jkbonfield";
repo = "io_lib";
rev = "io_lib-" + builtins.replaceStrings [ "." ] [ "-" ] finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-2Dlx+MXmqar81/Xmf0oE+6lWX461EDYijiZsZf/VD28=";
hash = "sha256-X96gFrefH2NAp4+fvVLXHP9FbF04gQOWLm/tAFJPgR8=";
};
patches = [