We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09cbe41 + 9788a6f commit 835d463Copy full SHA for 835d463
pkgs/by-name/al/alsa-scarlett-gui/package.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation rec {
15
pname = "alsa-scarlett-gui";
16
- version = "0.4.0";
+ version = "0.5.0";
17
18
src = fetchFromGitHub {
19
owner = "geoffreybennett";
20
repo = "alsa-scarlett-gui";
21
rev = version;
22
- hash = "sha256-+74JRQn2xwgPHZSrp5b+uny0+aLnsFvx/cOKIdj4J40=";
+ hash = "sha256-Kc8KKFLMf4NZK8Bdnuttt8VOrYUpo0M9m3iJ+8z0hZE=";
23
};
24
25
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
0 commit comments