mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
alsa-ucm-conf-asahi: 8 -> 9
Changelog: https://github.com/AsahiLinux/alsa-ucm-conf-asahi/releases/tag/v9 Diff: https://github.com/AsahiLinux/alsa-ucm-conf-asahi/compare/v8...v9
This commit is contained in:
parent
df7520388b
commit
779c8b826c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
let
|
||||
alsa-ucm-conf-asahi = stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "alsa-ucm-conf-asahi";
|
||||
version = "8";
|
||||
version = "9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AsahiLinux";
|
||||
repo = "alsa-ucm-conf-asahi";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-FPrAzscc1ICSCQSqULaGLqG4UCq8GZU9XLV7TUSBBRM=";
|
||||
hash = "sha256-F+NiEP4EKLUVV2oHSVY+fkXlzXcLyywNOolUy9DO8sI=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue