Merge pull request #245270 from r-ryantm/auto-update/wtwitch

wtwitch: 2.6.2 -> 2.6.3
This commit is contained in:
Nick Cao
2023-07-24 20:09:33 -06:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "wtwitch";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "krathalan";
repo = pname;
rev = version;
hash = "sha256-kXUocEBxEyjWOEUPVO1oPWEu7MAVoD2r4Umi1LPNKjc=";
hash = "sha256-2YLBuxGwGkav3zB2qMqM6yRXf7ZLqgULoJV4s5p+hSw=";
};
# hardcode SCRIPT_NAME because #150841