commit 0efcab77407b4017ecf463237594f5f39de697a5
parent 3e501c89c5b931e40d6a437a8c96bc2ad57da226
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 31 Aug 2024 08:38:27 +0400
Up
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1724932487,
- "narHash": "sha256-zzbqHmY1mt21omyk1+14QbAkII1B7OHlwKLcczVq22w=",
+ "lastModified": 1725036679,
+ "narHash": "sha256-Ri79ZOEcZJFLr6+LgS3A0WYyroL/PqEuO+lI7u+G2tE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "b4f7fb71438d00539b21f1b1e6968c0eac060127",
+ "rev": "dac9db29e0e7ff2071ccc47b720aaffc3e74b504",
"type": "github"
},
"original": {
diff --git a/pkgs/gpx/gpxtrackposter/default.nix b/pkgs/gpx/gpxtrackposter/default.nix
@@ -70,6 +70,5 @@ python3Packages.buildPythonApplication {
homepage = "https://github.com/flopp/GpxTrackPoster";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.sikmir ];
- broken = true; # https://github.com/stravalib/stravalib/pull/459
};
}