File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212stdenv . 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
You can’t perform that action at this time.
0 commit comments