tone: 0.2.3 -> 0.2.4 (#370252)

This commit is contained in:
Weijia Wang
2025-01-04 02:24:36 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -141,8 +141,8 @@
},
{
"pname": "Sandreas.AudioMetadata",
"version": "0.2.5",
"hash": "sha256-4FrW1QV4okSEswTpgj/dhFurR/2AHyTgqDgMBjRproI="
"version": "0.2.7",
"hash": "sha256-GYD+nAURuU99/3JH/4QTthhzAVsau/qpcvih4eiJxtk="
},
{
"pname": "Sandreas.Files",
@@ -241,7 +241,7 @@
},
{
"pname": "z440.atl.core",
"version": "6.9.0",
"hash": "sha256-lme55hhVwZ9Y/wVmekA0gVIsw3RUoyYuL9gMEHXuWMU="
"version": "6.11.0",
"hash": "sha256-V1r1ftZ/Ud0pw/qwnqpJodRaGi9FyG3uIy3ykJUvxjg="
}
]
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "tone";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "sandreas";
repo = "tone";
tag = "v${version}";
hash = "sha256-NBFAPEeUKZgyfNlvcOBS1IpktEnI+fOd9WLj0ByzpLY=";
hash = "sha256-DX54NSlqAZzVQObm9qjUsYatjxjHKGcSLHH1kVD4Row=";
};
projectFile = "tone/tone.csproj";