Merge pull request #158905 from r-ryantm/auto-update/indicator-sound-switcher

indicator-sound-switcher: 2.3.6 -> 2.3.7
This commit is contained in:
Bobby Rong 2022-02-11 11:59:00 +08:00 committed by GitHub
commit a74b67f4b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "indicator-sound-switcher";
version = "2.3.6";
version = "2.3.7";
src = fetchFromGitHub {
owner = "yktoo";
repo = pname;
rev = "v${version}";
sha256 = "APU8Y0xUhRd9RbMSG9TD0TBvFLu/VlLGauf56z8gZDw=";
sha256 = "sha256-agzU3Z3E6NvCnlsz9L719LqMTm8EmYg3TY/2lWTYgKs=";
};
postPatch = ''