diff --git a/flake.lock b/flake.lock
index 79b637f7ba9b1d3426e8f2e1e24e576b50c85970..25b35663fbff4b1f382d7eed11363d87aaebb648 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@ }
},
"nixpkgs": {
"locked": {
"lastModified": 1697009197,
"narHash": "sha256-viVRhBTFT8fPJTb1N3brQIpFZnttmwo3JVKNuWRVc3s=",
"lastModified": 1697379843,
"narHash": "sha256-RcnGuJgC2K/UpTy+d32piEoBXq2M+nVFzM3ah/ZdJzg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "01441e14af5e29c9d27ace398e6dd0b293e25a54",
"rev": "12bdeb01ff9e2d3917e6a44037ed7df6e6c3df9d",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/qtcreator/bin.nix b/pkgs/darwin/qtcreator/bin.nix
index 657ead6c8e1b861e5e98e7dd6a4a8d1a3472ea56..a28724f74a3929fbf0fbd9760ae6a90ccabc5c08 100644
--- a/pkgs/darwin/qtcreator/bin.nix
+++ b/pkgs/darwin/qtcreator/bin.nix
@@ -2,13 +2,13 @@ { lib, stdenv, fetchfromgh, p7zip, makeWrapper, qtcreator }:
stdenv.mkDerivation (finalAttrs: {
pname = "qtcreator-bin";
src = fetchfromgh {
owner = "qt-creator";
repo = "qt-creator";
name = "qtcreator-macos-universal-${finalAttrs.version}.7z";
version = "v${finalAttrs.version}";
};
diff --git a/pkgs/gnss/gps-sdr-sim/default.nix b/pkgs/gnss/gps-sdr-sim/default.nix
index 70d837dbd1794676234cba27a028fa2de79cba4a..c7ce155e434b88a8143c0c47896da759fd832aeb 100644
--- a/pkgs/gnss/gps-sdr-sim/default.nix
+++ b/pkgs/gnss/gps-sdr-sim/default.nix
@@ -2,13 +2,13 @@ { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttrs: {
pname = "gps-sdr-sim";
src = fetchFromGitHub {
owner = "osqzss";
repo = "gps-sdr-sim";
};
makeFlags = [ "CC:=$(CC)" ];
application/octet-stream
This content has been proxied by September (3851b).