commit 0822000ec4188d738444a2a872d08d9076f31b8a
parent 94d9945e9522a3771e1c8124e8ae00f282c5b00b
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 28 Sep 2025 20:36:23 +0400
Up
Diffstat:
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1758916627,
- "narHash": "sha256-fB2ISCc+xn+9hZ6gOsABxSBcsCgLCjbJ5bC6U9bPzQ4=",
+ "lastModified": 1759036355,
+ "narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "53614373268559d054c080d070cfc732dbe68ac4",
+ "rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
"type": "github"
},
"original": {
diff --git a/pkgs/data/maps/opentopomap/default.nix b/pkgs/data/maps/opentopomap/default.nix
@@ -9,7 +9,7 @@
mkgmap-splitter,
}:
let
- version = "250922";
+ version = "250927";
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-JTlQZ8uTR/4z1SjglnU+TxKOLiyJkMbaVZ3G6Jk3Roo=";
+ hash = "sha256-2xLLxcngI+aNewwx3m4WU++3Xbq8aBpF3VExhPsCSpE=";
};
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-2025-05-15";
+ version = "0-unstable-2025-08-26";
src = fetchFromGitHub {
owner = "magiblot";
repo = "turbo";
- rev = "b6b19535af7d0d01d77ec0ddcbe731fe8b0ddda7";
- hash = "sha256-rqRRO3wafpL8ZEzIV8iO4gvdJpjixmb+F7MILJtOjIc=";
+ rev = "695175f96462f4dc9f1411de552b321f0ef1eccb";
+ hash = "sha256-vXRde44RvXYXpPAbKms38RpvGcGCV7wAfdQdjxoBtcQ=";
};
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-2025-05-15";
+ version = "0-unstable-2025-09-08";
src = fetchFromGitHub {
owner = "magiblot";
repo = "tvision";
- rev = "df6424f1eee4f5fca9d5530118cab63e0a3c00fa";
- hash = "sha256-43CCUB9/O64xgi+nRPzA7Mi7HtsCUfn231DkEjVf0rY=";
+ rev = "6276f413079cf8da4a57058ec04b8531dedb02ec";
+ hash = "sha256-tvrn4AfvQ44w64Agzyuhj8V+TgV89IuBmzAkb9gF5Vg=";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/suckless/webdump/default.nix b/pkgs/suckless/webdump/default.nix
@@ -6,12 +6,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "webdump";
- version = "0-unstable-2024-07-06";
+ version = "0-unstable-2025-09-21";
src = fetchgit {
url = "git://git.codemadness.org/webdump";
- rev = "5cde25b5150bd0375e9b5800bf3855765830c588";
- hash = "sha256-holkUH9ImpcVVJo429jq9BqB6YRpqifQBmbUrD6TzgU=";
+ rev = "31fac2476f06b72f3d8bc7ac654cfde4e8452525";
+ hash = "sha256-RsYPcKSjunI2UIKN5rrG/w+cLuSRnNN20AEWk7hZBY0=";
};
makeFlags = [ "RANLIB:=$(RANLIB)" ];