commit dd5ee1b90f1a55fbef7d2181157d3a871e7007ae
parent d289f38aa58ae5200d25e6e9713beb5216f66373
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Fri, 4 Aug 2023 19:06:12 +0400
Up
Diffstat:
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1690720142,
- "narHash": "sha256-GywuiZjBKfFkntQwpNQfL+Ksa2iGjPprBGL0/psgRZM=",
+ "lastModified": 1691003216,
+ "narHash": "sha256-Qq/MPkhS12Bl0X060pPvX3v9ac3f2rRQfHjjozPh/Qs=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "3acb5c4264c490e7714d503c7166a3fde0c51324",
+ "rev": "4a56ce9727a0c5478a836a0d8a8f641c5b9a3d5f",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/qtcreator/bin.nix b/pkgs/darwin/qtcreator/bin.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qtcreator-bin";
- version = "11.0.0";
+ version = "11.0.1";
src = fetchfromgh {
owner = "qt-creator";
repo = "qt-creator";
name = "qtcreator-macos-universal-${finalAttrs.version}.7z";
- hash = "sha256-X5XEvtbnQFof1mbdRmB6y31iCI6CCpWOvA3l2FJSzjo=";
+ hash = "sha256-n919Ol0BjxQui3KFzdjyiUDWcLdlILREGMXbN0tUobc=";
version = "v${finalAttrs.version}";
};
diff --git a/pkgs/mqtt/mongoose/default.nix b/pkgs/mqtt/mongoose/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mongoose";
- version = "7.10";
+ version = "7.11";
src = fetchFromGitHub {
owner = "cesanta";
repo = "mongoose";
rev = finalAttrs.version;
- hash = "sha256-e2Kj1FCns+v1JIYp5CV8OfxYOaEM8kG86V/PAN2Gui0=";
+ hash = "sha256-xA/08S1n0ziVUnlN9uuo0fST4DWfLrSB8J6+4tDFCKo=";
};
buildInputs = [ mbedtls ];
diff --git a/pkgs/mqtt/mqtt-cli/default.nix b/pkgs/mqtt/mqtt-cli/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mqtt-cli";
- version = "4.17.0";
+ version = "4.18.0";
src = fetchfromgh {
owner = "hivemq";
repo = "mqtt-cli";
name = "mqtt-cli-${finalAttrs.version}.jar";
- hash = "sha256-ubB6oytHb+fad0qqyEJ94lorB8aJriIhDivQt30lKl8=";
+ hash = "sha256-qGTpSVprdZdabrDvIHuzvnv/8MoRpMJCLvqyDfc+v7o=";
version = "v${finalAttrs.version}";
};