Merge pull request #242983 from bobby285271/upd/pantheon

pantheon.wingpanel-indicator-sound: 6.0.2 -> 7.0.0
This commit is contained in:
Bobby Rong 2023-07-12 16:16:09 +08:00 committed by GitHub
commit f1c39fbfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wingpanel-indicator-sound"; pname = "wingpanel-indicator-sound";
version = "6.0.2"; version = "7.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-hifEd2uL1sBLF8H8KwYoxCyVpGkv9f4SqD6WmB7xJ7I="; sha256 = "sha256-gQyL8g4Y5kM9/1EDLAQYiTSZ6CxuvfQv7LBRZNcGPVk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [