edmarketconnector: 6.0.2 -> 6.1.0

This commit is contained in:
R. Ryantm
2026-01-23 01:22:39 +00:00
parent 5e2f19eabc
commit eb73dd2a18
@@ -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 ];