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
pname = "matrix-appservice-irc";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-voZJVBggsuwmGw/imt2HYmqiYBkRYMpppt/Nemh6fsM=";
hash = "sha256-ue3fOkrEBRI/NRE+uKFR+NaqP8QvzVVeX3LUh4aZYJA=";
};
yarnOfflineCache = fetchYarnDeps {