Skip to content

Commit 8f2f7ab

Browse files
authored
nbxplorer: 2.5.25 -> 2.5.26 (#407336)
2 parents 644621c + 93d2351 commit 8f2f7ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/by-name/nb/nbxplorer/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/nb/nbxplorer/package.nix

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

88
buildDotnetModule rec {
99
pname = "nbxplorer";
10-
version = "2.5.25";
10+
version = "2.5.26";
1111

1212
src = fetchFromGitHub {
1313
owner = "dgarage";
1414
repo = "NBXplorer";
1515
tag = "v${version}";
16-
hash = "sha256-RTkKyckdAv6+wJSlDlR+Q8fw0aZEbi4AwB+OPHI7TR4=";
16+
hash = "sha256-gXLzUgFZxrDNbDjpPmVDIj2xi6I+IfkNwXBYvelRYPU=";
1717
};
1818

1919
projectFile = "NBXplorer/NBXplorer.csproj";

0 commit comments

Comments
 (0)