Martin Weinelt 2024-07-04 12:10:03 +02:00 committed by github-actions[bot]
parent 853658e9a0
commit 2938af84a1

View File

@ -12,13 +12,13 @@
let let
pname = "matrix-appservice-irc"; pname = "matrix-appservice-irc";
version = "2.0.0"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "matrix-org"; owner = "matrix-org";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-voZJVBggsuwmGw/imt2HYmqiYBkRYMpppt/Nemh6fsM="; hash = "sha256-ue3fOkrEBRI/NRE+uKFR+NaqP8QvzVVeX3LUh4aZYJA=";
}; };
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {