commit 25a6b478878368b21fed55a09467d925d5b451df
parent bf9a400e4e148136e9f158731b5a47c73ce0c05e
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Thu, 19 Oct 2023 16:22:46 +0400
Up
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git 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
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qtcreator-bin";
- version = "11.0.3";
+ version = "12.0.0";
src = fetchfromgh {
owner = "qt-creator";
repo = "qt-creator";
name = "qtcreator-macos-universal-${finalAttrs.version}.7z";
- hash = "sha256-jsYyHQ1dMi4bOwhh/PYCDRn0nRmyMHI5Sr/o+MkpdUk=";
+ hash = "sha256-qW187/8xJiPSxYY7b7XdLRyV6wkAIFP0QFoNAaLej04=";
version = "v${finalAttrs.version}";
};
diff --git a/pkgs/gnss/gps-sdr-sim/default.nix b/pkgs/gnss/gps-sdr-sim/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gps-sdr-sim";
- version = "2022-01-14";
+ version = "2023-09-02";
src = fetchFromGitHub {
owner = "osqzss";
repo = "gps-sdr-sim";
- rev = "becf3a33e9d1ffa445e5341137bdf31006072650";
- hash = "sha256-Z+fGsqQUzTCKgbbH8B4qttHFnEfgUulxuttINHJT6IA=";
+ rev = "e7b948ff496917ade58ab7f59d448b7ee6e55f43";
+ hash = "sha256-jPku4QjCDGZvuhkYSI4I6HMlnjLHa245rjzAQ1DkLb4=";
};
makeFlags = [ "CC:=$(CC)" ];