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 2806e14 commit d3f0388Copy full SHA for d3f0388
pkgs/by-name/op/openorienteering-mapper/package.nix
@@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
31
url = "https://github.com/OpenOrienteering/mapper/commit/bc52aa567e90a58d6963b44d5ae1909f3f841508.patch";
32
hash = "sha256-pQzw2EfVay+0GOtIbh1KJOkILcj5LRMzmMYy9q+abK4=";
33
})
34
+ # https://github.com/OpenOrienteering/mapper/pull/2337
35
+ (fetchpatch {
36
+ url = "https://github.com/OpenOrienteering/mapper/commit/d1f214ee2abf140ae3615a2995f08c19ad81418a.patch";
37
+ hash = "sha256-eJZpHdFPW7A69aazI+WRSK9N87d4A6x973hMYTHdw5I=";
38
+ })
39
];
40
41
postPatch = ''
0 commit comments