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
commit 50bfefc1ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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