faudio: 26.03 -> 26.04

This commit is contained in:
R. Ryantm
2026-04-01 21:15:19 +00:00
parent 5f3cb1696b
commit f23c8f685e
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "faudio";
version = "26.03";
version = "26.04";
src = fetchFromGitHub {
owner = "FNA-XNA";
repo = "FAudio";
tag = finalAttrs.version;
hash = "sha256-sJR3GdTC5/bTGj4J1ENxGn+U3l2vcqEgAb//btpJxnA=";
hash = "sha256-Vbz/7C8yHgNJBnh8Tk5HsEcbpiQwqL0dj0T0afEZXRw=";
};
nativeBuildInputs = [ cmake ];