beidconnect: 2.10 -> 2.11 (#423667)

Co-authored-by: jovandeginste <jovandeginste@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-09 04:37:56 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "beidconnect";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "Fedict";
repo = "fts-beidconnect";
rev = finalAttrs.version;
hash = "sha256-xkBldXOlgLMgrvzm7ajXzJ92mpXrxHD1RX4DeBxU3kk=";
hash = "sha256-4eKO2yw2Ipfu1PvebgOR+BihsLlnWIJejGWqjztPA2I=";
};
nativeBuildInputs = [ pkg-config ];