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.
2 parents dde1577 + 100c948 commit e85db9fCopy full SHA for e85db9f
pkgs/by-name/jp/jp-zip-codes/package.nix
@@ -7,15 +7,15 @@
7
8
stdenvNoCC.mkDerivation {
9
pname = "jp-zip-code";
10
- version = "0-unstable-2024-09-01";
+ version = "0-unstable-2024-10-01";
11
12
# This package uses a mirror as the source because the
13
# original provider uses the same URL for updated content.
14
src = fetchFromGitHub {
15
owner = "musjj";
16
repo = "jp-zip-codes";
17
- rev = "995d7cce9ae68a31efe4b5882137dd67ac26f7ff";
18
- hash = "sha256-VnzczwIbYPUpWpWLMm2TYGqiDxzZaDDKs7xh4F3xA0E=";
+ rev = "94ddc993224a6e2c65480f9109564f7f68125665";
+ hash = "sha256-/2f/HXxrxKc6dv5E67S59xIpdJUkh0fX0lyTuo2y1N4=";
19
};
20
21
installPhase = ''
0 commit comments