prometheus-knot-exporter: fix -unstable- infix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
co-authored by
Sandro
parent
2838365903
commit
43c560fc4b
@@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, lib, python3 }:
|
{ stdenv, fetchFromGitHub, lib, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "knot-exporter-unstable";
|
pname = "knot-exporter";
|
||||||
version = "2020-01-30";
|
version = "unstable-2020-01-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ghedo";
|
owner = "ghedo";
|
||||||
|
|||||||
Reference in New Issue
Block a user