commit 900df309e45155aa822ff5aea8698448aca6b888
parent 92692378eebbac75ec78447e7dfd60a961fe7018
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Thu, 30 Sep 2021 23:15:50 +0300
Up
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1632383286,
- "narHash": "sha256-WF49nWAN8saKDjXvXTiIIJRPDHgTkTYgTUMabnN+tRc=",
+ "lastModified": 1632650849,
+ "narHash": "sha256-PYKC/aP409p4+Gnn0Ix7gFJncg1NwQgguwdTEyC8t+A=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "a3a23d9599b0a82e333ad91db2cdc479313ce154",
+ "rev": "b5182c214fac1e6db9f28ed8a7cfc2d0c255c763",
"type": "github"
},
"original": {
diff --git a/pkgs/dict/wiktextract/default.nix b/pkgs/dict/wiktextract/default.nix
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
owner = "tatuylonen";
repo = pname;
rev = "v${version}";
- hash = "sha256-EWdZt3jTSJyd4GSzGF4J2HRHUNw9J58lGlKaay40lXg=";
+ hash = "sha256-XmpMzsuTzIbzyGNoWRs9twNVQ3kP6c7hXUVHPnR3m+c=";
};
propagatedBuildInputs = with python3Packages; [ python-Levenshtein setuptools wikitextprocessor nltk ];
diff --git a/pkgs/gpx/gpx-animator/default.nix b/pkgs/gpx/gpx-animator/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gpx-animator";
- version = "1.6.1";
+ version = "1.7.0";
src = fetchurl {
url = "https://download.gpx-animator.app/gpx-animator-${version}-all.jar";
- hash = "sha256-f99lz8EtAZnQB2BE773oiISHrqGfgsG/mCvFnd1Xrtc=";
+ hash = "sha256-SiYaHFMHKbEA8whio3MeCq8QZ6bQGWU4i/ok8I28TpA=";
};
nativeBuildInputs = [ makeWrapper ];