Skip to content

Commit

Permalink
xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0dc23ea)
  • Loading branch information
romildo authored and worldofpeace committed Mar 29, 2020
1 parent 83b7dde commit e8c651d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
version = "1.6.0";

src = fetchurl {
url = "https://git.xfce.org/panel-plugins/${pname}/snapshot/${pname}-${version}.tar.bz2";
sha256 = "0xg5har11fk1wmdymydxlbk1z8aa39j8k0p4gzw2iqslv3n0zf7b";
url = "https://git.xfce.org/archive/${pname}/snapshot/${pname}-${version}.tar.gz";
sha256 = "11k7m41jxkaqmpp5njkixw60q517xnw923mz34dnm1llx9ilvfk8";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e8c651d

Please sign in to comment.