edmarketconnector: 6.0.0 -> 6.0.2 (#475678)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-31 17:44:53 +00:00
committed by GitHub

View File

@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "edmarketconnector";
version = "6.0.0";
version = "6.0.2";
src = fetchFromGitHub {
owner = "EDCD";
repo = "EDMarketConnector";
tag = "Release/${finalAttrs.version}";
hash = "sha256-FByD4JC/MZ++LcA6tWgvLpZs76Os8KZuv0quG8yW0kw=";
hash = "sha256-/Te7PTM/t+uN5v1DDa7zgQsVcy4CDMRSxvPqt1OwcW4=";
};
nativeBuildInputs = [ makeWrapper ];