mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
jp-zip-codes: 0-unstable-2025-02-01 -> 0-unstable-2025-03-01
This commit is contained in:
parent
c41a9c8722
commit
d57ea7fe18
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "jp-zip-code";
|
pname = "jp-zip-code";
|
||||||
version = "0-unstable-2025-02-01";
|
version = "0-unstable-2025-03-01";
|
||||||
|
|
||||||
# This package uses a mirror as the source because the
|
# This package uses a mirror as the source because the
|
||||||
# original provider uses the same URL for updated content.
|
# original provider uses the same URL for updated content.
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "musjj";
|
owner = "musjj";
|
||||||
repo = "jp-zip-codes";
|
repo = "jp-zip-codes";
|
||||||
rev = "2fdcd4f4c00a90de1dacfe16644bbaadbfd377aa";
|
rev = "82ea5a76dfaf43da8b838f20827ea535e37bd44c";
|
||||||
hash = "sha256-i81TzPrhHE3wZdq/HJGnTsvmo/clWCYO74hJf9hMxs4=";
|
hash = "sha256-DhQlbYgy+p1FZ2a/PxbauQ4UGR83Q64A2a3bn/yWD6Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue