nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 27d70fbf894a779825c843733591f5ea3b41d1d6
parent 2cacfa92ea9b884131cc8bf975c7381542b1f42a
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Mon,  5 Jul 2021 02:07:56 +0300

Up

Diffstat:
Mpkgs/data/maps/maptourist/default.nix | 4++--
Mpkgs/embox/default.nix | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkgs/data/maps/maptourist/default.nix b/pkgs/data/maps/maptourist/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "maptourist"; - version = "2021-06-27"; + version = "2021-07-03"; src = fetchurl { url = "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-szfo-RU_${version}.zip"; - hash = "sha256-L9y/i3+PII34NpL7MHEMrsd5PxCSLTvSetlHTS5T918="; + hash = "sha256-lDxRR6MpyblnqNoWxYf4ois0v4PebJZrdPQ3AmnPWPU="; }; sourceRoot = "."; diff --git a/pkgs/embox/default.nix b/pkgs/embox/default.nix @@ -29,13 +29,13 @@ let in stdenv.mkDerivation rec { pname = "embox"; - version = "0.5.2"; + version = "0.5.3"; src = fetchFromGitHub { owner = "embox"; repo = pname; rev = "v${version}"; - hash = "sha256-hX9rcREgAXJF2paIkekTShig/Ttx/TWZGgPVrBt9xeA="; + hash = "sha256-UIYtkKdAtbINPYJyJeuizSNOpzSla7OWfxBndN5RjTk="; }; patches = [ ./0001-fix-build.patch ];