Skip to content

Commit

Permalink
Merge pull request NixOS#267801 from r-ryantm/auto-update/vdrPlugins.…
Browse files Browse the repository at this point in the history
…softhddevice

vdrPlugins.softhddevice: 1.12.5 -> 2.0.6
  • Loading branch information
ck3d authored Nov 16, 2023
2 parents 80ba19c + 34e31e3 commit c7b67b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/vdr/softhddevice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "1.12.5";
version = "2.0.6";

src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-T+jmsHZA7poxwLSFi9N8ALa0te735HQer9ByH2Wub60=";
sha256 = "sha256-eE2cxqV/XpGyxneVzpP7f215IReH1nwGEkfCHbxUgVs=";
rev = "v${version}";
};

Expand Down

0 comments on commit c7b67b6

Please sign in to comment.