mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #248277 from r-ryantm/auto-update/vdrPlugins.softhddevice
vdrPlugins.softhddevice: 1.11.1 -> 1.11.2
This commit is contained in:
commit
78edd09ff4
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vdr-softhddevice";
|
||||
version = "1.11.1";
|
||||
version = "1.11.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ua0lnj";
|
||||
repo = "vdr-plugin-softhddevice";
|
||||
sha256 = "sha256-+itSxkyst/KJzyT8ALJkCKumrHHKiWfnvikonwexgnc=";
|
||||
sha256 = "sha256-V/jkwj/FWgebT4w/n9R5p5xiRNacTolnS3/SYy7FJwA=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue