commit 065acdd0e561d781983de290ab77ed5834cbe47f
parent 1f81aa238471a7e0dbc6edd0c3d683481260fcc2
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 12 Jul 2025 10:32:58 +0400
Up
Diffstat:
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1751786137,
- "narHash": "sha256-lIlUKVGCGsh0Q2EA7/6xRtKUZjaQ/ur8uUyY+MynHXQ=",
+ "lastModified": 1751949589,
+ "narHash": "sha256-mgFxAPLWw0Kq+C8P3dRrZrOYEQXOtKuYVlo9xvPntt8=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "ceb24d94c6feaa4e8737a8e2bd3cf71c3a7eaaa0",
+ "rev": "9b008d60392981ad674e04016d25619281550a9d",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zed";
- version = "0.194.3-pre";
+ version = "0.195.0-pre";
src = fetchurl {
url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed-x86_64.dmg";
- hash = "sha256-ftJbrzdl6K6t55aPDivtir3jBCs2l89Ryvf9VEdmNW4=";
+ hash = "sha256-uUbHsiz+ZvqHY1s3wOhS4a2ig/o2wt8tHua2+VAPd54=";
};
sourceRoot = ".";
diff --git a/pkgs/data/dicts/tatoeba/default.nix b/pkgs/data/dicts/tatoeba/default.nix
@@ -45,7 +45,7 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "tatoeba";
- version = "2025-07-05";
+ version = "2025-07-12";
srcs = lib.mapAttrsToList (name: spec: fetchurl spec) tatoeba;
diff --git a/pkgs/data/maps/opentopomap/default.nix b/pkgs/data/maps/opentopomap/default.nix
@@ -9,7 +9,7 @@
mkgmap-splitter,
}:
let
- version = "250706";
+ version = "250711";
bounds = fetchwebarchive {
url = "https://www.thkukuk.de/osm/data/bounds-20250110.zip";
timestamp = "20250116113456";
@@ -22,7 +22,7 @@ let
};
armenia = fetchurl {
url = "https://download.geofabrik.de/asia/armenia-${version}.osm.pbf";
- hash = "sha256-HXeh0ZT3qo2D0m03zmZKVoeGImasq8EZE24ci4s7EnA=";
+ hash = "sha256-AHqXPiCIwX547FEznDf6ojvAhsIz9+D8fBbu10Ty/Cw=";
};
in
stdenv.mkDerivation (finalAttrs: {
diff --git a/pkgs/misc/turbo/default.nix b/pkgs/misc/turbo/default.nix
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "turbo";
- version = "0-unstable-2024-02-05";
+ version = "0-unstable-2025-05-15";
src = fetchFromGitHub {
owner = "magiblot";
repo = "turbo";
- rev = "3251358bb06e277309b9ae678f1c88c315c7f856";
- hash = "sha256-5EdVrzu9MxXTfQSfenjPQJ8pBizRAhhAAxyA3aObCvU=";
+ rev = "b6b19535af7d0d01d77ec0ddcbe731fe8b0ddda7";
+ hash = "sha256-rqRRO3wafpL8ZEzIV8iO4gvdJpjixmb+F7MILJtOjIc=";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/misc/tvision/default.nix b/pkgs/misc/tvision/default.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "tvision";
- version = "0-unstable-2024-02-28";
+ version = "0-unstable-2025-05-15";
src = fetchFromGitHub {
owner = "magiblot";
repo = "tvision";
- rev = "d1fa783e0fa8685c199563a466cdc221e8d9b85c";
- hash = "sha256-MEAGs/PhLPmmn7+9J2DbZm+FhrXBZynv38JdAptxtLA=";
+ rev = "df6424f1eee4f5fca9d5530118cab63e0a3c00fa";
+ hash = "sha256-43CCUB9/O64xgi+nRPzA7Mi7HtsCUfn231DkEjVf0rY=";
};
nativeBuildInputs = [ cmake ];