mailpit: 1.10.0 -> 1.10.1

This commit is contained in:
Gaël Reyrol 2023-11-20 09:24:50 +01:00
parent 4ce484e288
commit 5fec0d8a35
No known key found for this signature in database
GPG key ID: DFB9B69A2C427F61

View file

@ -12,14 +12,13 @@
}: }:
let let
version = "1.10.1";
version = "1.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axllent"; owner = "axllent";
repo = "mailpit"; repo = "mailpit";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-MrhTgyY89rU2EQILRSFJk8U7QWaoUf2p83ksFjA7xOM="; hash = "sha256-6nACvAhmFsZGWOqa3pwFqJLnh6Cueq2eYeg4Ns8gCmk=";
}; };
# Separate derivation, because if we mix this in buildGoModule, the separate # Separate derivation, because if we mix this in buildGoModule, the separate
@ -31,7 +30,7 @@ let
npmDeps = fetchNpmDeps { npmDeps = fetchNpmDeps {
inherit src; inherit src;
hash = "sha256-r4yv2qImIlNMPJagz5i1sxqBDnFAucc2kDUmjGktM6A="; hash = "sha256-DlklRc9Mt4bMAOm/dZnvWPU74oGkc8RLof37Q/977Tk=";
}; };
env = lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) { env = lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
@ -57,7 +56,7 @@ buildGoModule {
pname = "mailpit"; pname = "mailpit";
inherit src version; inherit src version;
vendorHash = "sha256-TXa97oOul9cf07uNGdIoxIM++da5HBFeoh05LaJzQTA="; vendorHash = "sha256-COkJF6JX4NnlPtCeGjaTLYvAKgXEhh+AJC0R9V7J4CM=";
CGO_ENABLED = 0; CGO_ENABLED = 0;