Skip to content

Commit

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

vdrPlugins.softhddevice: 2.2.0 -> 2.3.0
  • Loading branch information
ck3d authored May 11, 2024
2 parents 02c0a3b + da633c2 commit beb0da2
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 @@ -14,12 +14,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.2.0";
version = "2.3.0";

src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-1yCDNfUdQLgJ0WWyx0q3Hi0yxb6zxaK7wMzLD9jXweI=";
sha256 = "sha256-qyl4XDLJ99QXQY0XXYMteja0oWZ+vkFa4RwEo1Hv3bo=";
rev = "v${version}";
};

Expand Down

0 comments on commit beb0da2

Please sign in to comment.