1
0
Fork 0

pkgs/prometheus-xmpp-alerts: upstream version got updated, remove override

This commit is contained in:
clerie 2022-10-02 11:58:58 +02:00
parent 2f91b7cd75
commit f99779e963
1 changed files with 0 additions and 9 deletions

View File

@ -8,13 +8,4 @@ self: super: {
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) pkgconfig libsass;
};
# The current version in nixpkgs is b0rked, but no new release is made yet
prometheus-xmpp-alerts = super.prometheus-xmpp-alerts.overrideAttrs (oldAttrs: {
version = "master";
src = fetchGit {
url = "https://github.com/jelmer/prometheus-xmpp-alerts.git";
ref = "master";
rev = "0a48e172625de74b7c3ad3a1bd38f687601c207a";
};
});
}