Skip to content

Commit e48cbb9

Browse files
authored
sourcegit: 2025.08 -> 2025.09 (NixOS#391214)
2 parents 46c9517 + 980d614 commit e48cbb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/so/sourcegit/package.nix

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

2020
buildDotnetModule (finalAttrs: {
2121
pname = "sourcegit";
22-
version = "2025.08";
22+
version = "2025.09";
2323

2424
src = fetchFromGitHub {
2525
owner = "sourcegit-scm";
2626
repo = "sourcegit";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-dX782yQMo5MFMZKbLor5Hk6SKc11Em0qdbIClUYOe3I=";
28+
hash = "sha256-JjAF9y3wIb6ffI3alkj9I7kG6GLLtJEKNWLtLyVE4aE=";
2929
};
3030

3131
patches = [ ./fix-darwin-git-path.patch ];

0 commit comments

Comments
 (0)