diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-11-07 00:13:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 00:13:05 +0000 |
| commit | a97309e06b5f57bf41405991b356703ba2c017b5 (patch) | |
| tree | eae6fdeefd6f195e9ba5ddfa66a27dcaec0a8486 | |
| parent | Merge release-23.05 into staging-next-23.05 (diff) | |
| parent | Merge pull request #265549 from numinit/mattermost-7.8.13 (diff) | |
| download | nixpkgs-a97309e06b5f57bf41405991b356703ba2c017b5.tar.gz | |
Merge release-23.05 into staging-next-23.05
| -rw-r--r-- | pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 8 | ||||
| -rw-r--r-- | pkgs/servers/mattermost/default.nix | 8 | ||||
| -rw-r--r-- | pkgs/tools/security/lastpass-cli/default.nix | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index 68c735115379..b683e842c72b 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -3,14 +3,14 @@ let # These names are how they are designated in https://xanmod.org. ltsVariant = { - version = "6.1.60"; - hash = "sha256-KYCeONJxyFPee4pvBLRw/MBTzPU7D2oZCrAVr3t/yPM="; + version = "6.1.61"; + hash = "sha256-15dAzCcFUekBlkBfcHWiZ3gourimLp6GlUKeWAddDqo="; variant = "lts"; }; mainVariant = { - version = "6.5.9"; - hash = "sha256-5SFPBsDTmq7tA6pyM7rbIjBPAtPbqhUl6VfA2z5baPA="; + version = "6.5.10"; + hash = "sha256-t99LKAmNApcjFVna3ChNZp4O6ag9t2kQVrg8yRsTANg="; variant = "main"; }; diff --git a/pkgs/servers/mattermost/default.nix b/pkgs/servers/mattermost/default.nix index f43dde2c702f..57c7091fa974 100644 --- a/pkgs/servers/mattermost/default.nix +++ b/pkgs/servers/mattermost/default.nix @@ -7,21 +7,21 @@ buildGoModule rec { pname = "mattermost"; - version = "7.8.12"; + version = "7.8.13"; src = fetchFromGitHub { owner = "mattermost"; repo = "mattermost-server"; rev = "v${version}"; - hash = "sha256-VEEm4G0867NzavjdpCP5bDJEnp4NdnUPHCcAS0cox5Q="; + hash = "sha256-l7uJZJe5t3Ve/JeSx93zQXCHlKpLwRNvo3ja5RgpOk4="; }; webapp = fetchurl { url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz"; - hash = "sha256-gpa0jTz6dk6WFCrIo0htchEqX//wTm4mgN8yVWbSIEw="; + hash = "sha256-vYfxRkN4CU1645u7L+isUtJVMBV7Suoz6gKzbYJ4PvM="; }; - vendorHash = "sha256-VvGLYOESyoBpFmIibHWxazliHcscMxf3KcQ46NQ4syk="; + vendorHash = "sha256-gAAJIShw4SyJqOdhnATnOpn8YwkkGHEV3jD9FUhNIos="; subPackages = [ "cmd/mattermost" ]; diff --git a/pkgs/tools/security/lastpass-cli/default.nix b/pkgs/tools/security/lastpass-cli/default.nix index 9cc02e33d9bd..45333391de04 100644 --- a/pkgs/tools/security/lastpass-cli/default.nix +++ b/pkgs/tools/security/lastpass-cli/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "lastpass-cli"; - version = "1.3.4"; + version = "1.3.6"; src = fetchFromGitHub { owner = "lastpass"; repo = pname; rev = "v${version}"; - sha256 = "sha256-bPAENorvj48cyRpnMLmyENXlipSGhTLW+XVoyrPogTE="; + sha256 = "sha256-ntUBwZ0bVkkpvWK/jQBkLNpCYEDI14/ki0cLwYpEWXk="; }; patches = [ |
