listmonk: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm 2026-06-29 08:15:43 +00:00
commit cfedd4f942
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
offlineCache = fetchYarnDeps {
yarnLock = "${src}/frontend/email-builder/yarn.lock";
hash = "sha256-sFRmnMPStNp45hxcF+Iq1WhH6LtVFtgq2regq6MPzcc=";
hash = "sha256-ANPLOL9j0gljtNtbfb+ZifVRN9vLexPddAevpeFwX4o=";
};
nativeBuildInputs = [

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
offlineCache = fetchYarnDeps {
yarnLock = "${src}/frontend/yarn.lock";
hash = "sha256-VCaEMftA7AzW/6jyceVO596iby0wC3LW9YDG66kLJmw=";
hash = "sha256-R2xHcHksTtFfFh41FLeBhpuz84ceixGt6oz6SQWWyMQ=";
};
nativeBuildInputs = [

View file

@ -11,16 +11,16 @@
buildGoModule (finalAttrs: {
pname = "listmonk";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "knadh";
repo = "listmonk";
rev = "v${finalAttrs.version}";
hash = "sha256-SG9PhQOu3QB0LA9dNLnNzwwtfaib7MCfvOcBMkWMRPw=";
hash = "sha256-eora/+zJf60trmANEqAhYAQXfEMifyw5gLPKcqBW46w=";
};
vendorHash = "sha256-0KrjaExgT9tN4M99CfyQpqpGYnXOpzsPRk/Ih4qXsuE=";
vendorHash = "sha256-t4l8872bniTmNIW4ias1gImURJgrR6htXkncqfrJ+AU=";
nativeBuildInputs = [
stuffbin