prometheus-knot-exporter: fix -unstable- infix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Maximilian Bosch 2021-03-07 22:12:09 +01:00 committed by GitHub
parent 2838365903
commit 43c560fc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";