3
0
Fork 0
forked from mirrors/nixpkgs

mkgmap: 4907 -> 4909

This commit is contained in:
R. Ryantm 2023-06-13 18:38:03 +00:00
parent b98c731d4c
commit 555a3905b6

View file

@ -15,12 +15,12 @@ let
in
stdenv.mkDerivation rec {
pname = "mkgmap";
version = "4907";
version = "4909";
src = fetchsvn {
url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
rev = version;
sha256 = "sha256-2DwIH6GNsK2XwaVxzPvN1qt4XRSi5fCQDwltBCBg4gI=";
sha256 = "sha256-B3G1xpDZtJqkjyufLwYnJQlXREvN6OrJEjHWWP05jDM=";
};
patches = [