Merge pull request #271618 from r-ryantm/auto-update/alsa-scarlett-gui

alsa-scarlett-gui: 0.3.2 -> 0.3.3
This commit is contained in:
Nick Cao
2023-12-03 10:15:18 -05:00
committed by GitHub
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "alsa-scarlett-gui";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "geoffreybennett";
repo = pname;
rev = version;
sha256 = "sha256-wzBOPTs8PTHzu5RpKwKhx552E7QnDx2Zn4OFaes8Q2I=";
sha256 = "sha256-lIwDNyzuvolDhTVCslCtUfbsC/TxKtxQF97h0zYxp9k=";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];