restream: 1.4.0 -> 1.5.0 (#530267)

This commit is contained in:
Weijia Wang
2026-08-16 21:22:09 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "restream";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "rien";
repo = "restream";
tag = "v${finalAttrs.version}";
hash = "sha256-rJYdmBQrDH/oURXVO8WWTxgvibcpNC8yxno6pZPl6No=";
hash = "sha256-8YSZCekviquol0cggJPN60+PDCxcDxm42UKAgAC6YpU=";
};
dontConfigure = true;