Skip to content

Commit aa4b370

Browse files
committed
mkgmap: 4922 -> 4923
1 parent 24a8c64 commit aa4b370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/mkgmap/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ let
1717
in
1818
stdenv.mkDerivation rec {
1919
pname = "mkgmap";
20-
version = "4922";
20+
version = "4923";
2121

2222
src = fetchsvn {
2323
url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
2424
rev = version;
25-
sha256 = "sha256-LgGdV6l9tjRR4BpGTDTm0MeAq2uiOe7Pv0qv87nbbWw=";
25+
sha256 = "sha256-tB/0VFLn/ch7XWPz1sJ3kqy/1U5Hk1yV9+wq7ohTRWw=";
2626
};
2727

2828
patches = [

0 commit comments

Comments
 (0)