edmarketconnector: 6.0.2 -> 6.1.0 (#482892)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-23 03:42:14 +00:00
committed by GitHub
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "edmarketconnector";
version = "6.0.2";
version = "6.1.0";
src = fetchFromGitHub {
owner = "EDCD";
repo = "EDMarketConnector";
tag = "Release/${finalAttrs.version}";
hash = "sha256-/Te7PTM/t+uN5v1DDa7zgQsVcy4CDMRSxvPqt1OwcW4=";
hash = "sha256-MBbm6537HEYKql42//EzEy1Iwi6W3rX/4hFYrRVaAbw=";
};
nativeBuildInputs = [ makeWrapper ];