Martin Weinelt 2024-11-14 13:29:45 +01:00 committed by github-actions[bot]
parent f45667df53
commit 1a1ddd8e28

View File

@ -13,13 +13,13 @@
let
pname = "matrix-appservice-irc";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ugnFlvu5kkfTHPD44/F8OvGUx55VcHQvTS99T7Wc2fE=";
hash = "sha256-Uq1sd1ZXv1JGjvCXHxBsNKvmdjMf4y4MVlOnCas4u/w=";
};
yarnOfflineCache = fetchYarnDeps {