pantheon.switchboard-plug-sound: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2022-10-27 17:43:04 +00:00 committed by Bobby Rong
parent f44ba1be52
commit 611f95786d

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "switchboard-plug-sound"; pname = "switchboard-plug-sound";
version = "2.3.1"; version = "2.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-hyBmo9P68XSXRUuLw+baEAetba2QdqOwUti64geH6xc="; sha256 = "sha256-a3GYtV0f+I9grnwndGI782/shpUWpR6GrRRD380Q6+o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [