lib60870: 2.3.4 -> 2.3.5 (#408605)

Co-authored-by: stv0g <post@steffenvogel.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-19 10:47:15 +00:00
committed by GitHub
co-authored by stv0g
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lib60870";
version = "2.3.4";
version = "2.3.5";
src = fetchFromGitHub {
owner = "mz-automation";
repo = "lib60870";
rev = "v${finalAttrs.version}";
hash = "sha256-bPBDM+/1+mIj5BSLukV/nYwOGUo4riGCBC61z3YKAkQ=";
hash = "sha256-TjphTBBGjzbevUR0N1GHK/nic1pAdjWeiqxEMLozQOc=";
};
sourceRoot = "${finalAttrs.src.name}/lib60870-C";