We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a8c64 commit aa4b370Copy full SHA for aa4b370
pkgs/applications/misc/mkgmap/default.nix
@@ -17,12 +17,12 @@ let
17
in
18
stdenv.mkDerivation rec {
19
pname = "mkgmap";
20
- version = "4922";
+ version = "4923";
21
22
src = fetchsvn {
23
url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
24
rev = version;
25
- sha256 = "sha256-LgGdV6l9tjRR4BpGTDTm0MeAq2uiOe7Pv0qv87nbbWw=";
+ sha256 = "sha256-tB/0VFLn/ch7XWPz1sJ3kqy/1U5Hk1yV9+wq7ohTRWw=";
26
};
27
28
patches = [
0 commit comments