hologram: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-29 14:41:11 +02:00
parent ef03fda032
commit 7a45ae6de6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,13 +2,12 @@
buildGoPackage rec {
pname = "hologram";
version = "2018-03-19";
rev = "a7bab58642b530edb75b9cf6c1d834c85822ceac";
version = "unstable-2018-03-19";
src = fetchFromGitHub {
owner = "AdRoll";
repo = "hologram";
inherit rev;
rev = "a7bab58642b530edb75b9cf6c1d834c85822ceac";
sha256 = "00scryz8js6gbw8lp2y23qikbazz2dd992r97rqh0l1q4baa0ckn";
};