Skip to content

Commit dfa2905

Browse files
authored
tone: 0.2.3 -> 0.2.4 (NixOS#370252)
2 parents 883a7b4 + 4789876 commit dfa2905

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/by-name/to/tone/deps.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/to/tone/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildDotnetModule rec {
1111
pname = "tone";
12-
version = "0.2.3";
12+
version = "0.2.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "sandreas";
1616
repo = "tone";
1717
tag = "v${version}";
18-
hash = "sha256-NBFAPEeUKZgyfNlvcOBS1IpktEnI+fOd9WLj0ByzpLY=";
18+
hash = "sha256-DX54NSlqAZzVQObm9qjUsYatjxjHKGcSLHH1kVD4Row=";
1919
};
2020

2121
projectFile = "tone/tone.csproj";

0 commit comments

Comments
 (0)