wtwitch: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm 2023-07-24 23:48:04 +00:00
parent 8f23952d55
commit 8f93629b37

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