3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #158435 from r-ryantm/auto-update/vdr

vdr: 2.6.0 -> 2.6.1
This commit is contained in:
markuskowa 2022-02-07 20:01:15 +01:00 committed by GitHub
commit 4f9ea1b564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
}: stdenv.mkDerivation rec {
pname = "vdr";
version = "2.6.0";
version = "2.6.1";
src = fetchgit {
url = "git://git.tvdr.de/vdr.git";
rev = version;
sha256 = "sha256-TZm9pN9xtqkKhETsUhIIalK+4xQpFV3TXyWychSoyRk=";
sha256 = "sha256-jKuvh1OruPXTBlgLwlwcJdqC8u0WBDr/Un5JUL3U0hw=";
};
enableParallelBuilding = true;