Skip to content

Commit 4fc4c42

Browse files
authored
zvbi: 0.2.42 -> 0.2.42-unstable-2024-03-21 (#358885)
2 parents cc12ba5 + 9581f2a commit 4fc4c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/zv/zvbi/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "zvbi";
14-
version = "0.2.42";
14+
version = "0.2.42-unstable-2024-03-21";
1515

1616
src = fetchFromGitHub {
1717
owner = "zapping-vbi";
1818
repo = "zvbi";
19-
rev = "refs/tags/v${finalAttrs.version}";
20-
hash = "sha256-IeSGscgz51IndX6Xbu8Kw8GcJ9MLXXFhV+4LvnVkrLE=";
19+
rev = "a48ab3a0d72efe9968ebafa34c425c892e4afa50";
20+
hash = "sha256-1VTTNfXZ12hJWiW+M1WsE8H/PejrJsT/E2RHZ3OSIC8=";
2121
};
2222

2323
nativeBuildInputs = [
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4141
meta = {
4242
description = "Vertical Blanking Interval (VBI) utilities";
4343
homepage = "https://github.com/zapping-vbi/zvbi";
44-
changelog = "https://github.com/zapping-vbi/zvbi/blob/v${finalAttrs.version}/ChangeLog";
44+
changelog = "https://github.com/zapping-vbi/zvbi/blob/${finalAttrs.src.rev}/ChangeLog";
4545
pkgConfigModules = [ "zvbi-0.2" ];
4646
license = with lib.licenses; [
4747
bsd2

0 commit comments

Comments
 (0)