1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

alsa-scarlett-gui: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2023-12-02 09:03:24 +00:00
parent 83bf011027
commit eb379802fa

View file

@ -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" ];