mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
zvbi: 0.2.44 -> 0.2.45
Changes: https://github.com/zapping-vbi/zvbi/compare/v0.2.44...v0.2.45
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "zvbi";
|
||||
version = "0.2.44";
|
||||
version = "0.2.45";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zapping-vbi";
|
||||
repo = "zvbi";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-knc9PejugU6K4EQflfz91keZr3ZJqZu2TKFQFFJrxiI=";
|
||||
hash = "sha256-Nkg/Y7tHYAEi3ndbiJwwutVrGCOIE5RUCNQW3j12BkM=";
|
||||
};
|
||||
|
||||
configureFlags = lib.optionals (!lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform) [
|
||||
|
||||
Reference in New Issue
Block a user