mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
jp-zip-codes: 0-unstable-2026-02-01 -> 0-unstable-2026-03-01
This commit is contained in:
parent
109d6c9890
commit
caf86668e8
1 changed files with 3 additions and 3 deletions
|
|
@ -7,15 +7,15 @@
|
|||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "jp-zip-code";
|
||||
version = "0-unstable-2026-02-01";
|
||||
version = "0-unstable-2026-03-01";
|
||||
|
||||
# This package uses a mirror as the source because the
|
||||
# original provider uses the same URL for updated content.
|
||||
src = fetchFromGitHub {
|
||||
owner = "musjj";
|
||||
repo = "jp-zip-codes";
|
||||
rev = "f9ad47c1ef63620ba888f073c064e12101503a7b";
|
||||
hash = "sha256-ldggzY43bejZZLWofAdGFSqk60UfkhrPnqtVgC9TNAI=";
|
||||
rev = "ac744cf265a65b8568636ad3456d79abfa607549";
|
||||
hash = "sha256-afs8SEn575lspvKZSxh4hNZ/5+OpeFCYY5E2jyY8hDY=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue