audacity: 3.6.2 -> 3.6.3

https://github.com/audacity/audacity/releases/tag/Audacity-3.6.3
This commit is contained in:
redyf
2024-09-11 19:26:15 -03:00
parent 3fd64819c1
commit a7eb80e679
+2 -2
View File
@@ -62,13 +62,13 @@
stdenv.mkDerivation rec {
pname = "audacity";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${version}";
hash = "sha256-x3UeZM00kmZB3IG9EBx1jssyWmC3gcYTPtwMmJNSzgM=";
hash = "sha256-fjEUo0NY/ZOujtgpWTXHLaMjzAlel3xHY+erzxLi5kQ=";
};
postPatch = ''