Skip to content

Commit

Permalink
hdhomerun-config-gui: 20200907 -> 20210224
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisDK1 authored and teto committed May 16, 2021
1 parent 3399b0e commit 7a1fbc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/hdhomerun-config-gui/default.nix
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, libhdhomerun, gcc, gnumake, pkg-config, gtk2 }:
{ lib, stdenv, fetchurl, libhdhomerun, pkg-config, gtk2 }:

stdenv.mkDerivation rec {
pname = "hdhomerun-config-gui";
version = "20200907";
version = "20210224";

src = fetchurl {
url = "https://download.silicondust.com/hdhomerun/hdhomerun_config_gui_${version}.tgz";
sha256 = "17zf0hzw68b0xdkh1maqhl96jb7171mbhd29y64as29nps9x4fmz";
sha256 = "sha256-vzrSk742Ca2I8Uk0uGo44SxpEoVY1QBn62Ahwz8E7p8=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 7a1fbc3

Please sign in to comment.