diff --git a/flake.lock b/flake.lock
index c0a36045cfa35b6fa0c136eba9cd684737e455ee..2d5a48576deb0ebb3de933443be43a153fd7e72b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@ }
},
"nixpkgs": {
"locked": {
"lastModified": 1700856099,
"narHash": "sha256-RnEA7iJ36Ay9jI0WwP+/y4zjEhmeN6Cjs9VOFBH7eVQ=",
"lastModified": 1701040486,
"narHash": "sha256-vawYwoHA5CwvjfqaT3A5CT9V36Eq43gxdwpux32Qkjw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1",
"rev": "45827faa2132b8eade424f6bdd48d8828754341a",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/qtcreator/bin.nix b/pkgs/darwin/qtcreator/bin.nix
index a875a860593f2e707fc9289c856698fd6e366d84..4bacae22cd0b05b47681424801a2d0f20b35edb0 100644
--- a/pkgs/darwin/qtcreator/bin.nix
+++ b/pkgs/darwin/qtcreator/bin.nix
@@ -8,7 +8,7 @@ src = fetchfromgh {
owner = "qt-creator";
repo = "qt-creator";
name = "qtcreator-macos-universal-${finalAttrs.version}.7z";
version = "v${finalAttrs.version}";
};
diff --git a/pkgs/geospatial/mobroute/default.nix b/pkgs/geospatial/mobroute/default.nix
index d7d9395e9e853c21064f08d709b0dd618d47ee55..41169c268fad50d532c0dd6579c2bc7b891c151f 100644
--- a/pkgs/geospatial/mobroute/default.nix
+++ b/pkgs/geospatial/mobroute/default.nix
@@ -2,23 +2,22 @@ { lib, buildGoModule, fetchFromSourcehut }:
buildGoModule rec {
pname = "mobroute";
src = fetchFromSourcehut {
owner = "~mil";
repo = "mobroute";
};
# --- FAIL: Test_ExecuteCSA (0.00s)
# csa_test.go:104: CSAExecute error: Couldn't determine cheapest arrival destination, consider increasing max_walk_seconds or max_transfer_seconds
--replace "Test_ExecuteCSA" "Skip_ExecuteCSA"
postInstall = ''
mv $out/bin/{src,mobroute}
diff --git a/pkgs/mqtt/emitter/default.nix b/pkgs/mqtt/emitter/default.nix
index 57e3f0e24f7b3f979124b105db3ae8434e376f3e..68f01219e67108fec407897f43ad3410a86e87e5 100644
--- a/pkgs/mqtt/emitter/default.nix
+++ b/pkgs/mqtt/emitter/default.nix
@@ -11,11 +11,6 @@ rev = "v${version}";
hash = "sha256-oLTAWw6JgW8yF+pvAhQtaATvOpA/8tKN+pGZQXYYv6c=";
};
--replace "TestStatsd_Configure" "SkipStatsd_Configure"
vendorHash = "sha256-5BeYdznpopkz4XhdKu5MXZ5qhpHntAe+h17XsKLrGd0=";
preCheck = ''
@@ -23,6 +18,10 @@ export HOME=$TMPDIR
'';
doCheck = false;
meta = with lib; {
description = "High performance, distributed and low latency publish-subscribe platform";
application/octet-stream
This content has been proxied by September (3851b).