mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 10:00:56 +00:00
timezonemap: 0.4.5 -> 0.4.5.1
This commit is contained in:
parent
22a500a3f8
commit
e016ac393c
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "timezonemap";
|
pname = "timezonemap";
|
||||||
version = "0.4.5";
|
version = "0.4.5.1";
|
||||||
|
|
||||||
src = fetchbzr {
|
src = fetchbzr {
|
||||||
url = "lp:timezonemap";
|
url = "lp:timezonemap";
|
||||||
rev = "58";
|
rev = "58";
|
||||||
sha256 = "1qdp5f9zd8c02bf0mq4w15rlhz2g51phml5qg9asdyfd1715f8n0";
|
sha256 = "sha256-wCJXwgnN+aZVerjQCm8oT3xIcwmc4ArcEoCh9pMrt+E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue