We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621d4c commit 980d614Copy full SHA for 980d614
pkgs/by-name/so/sourcegit/package.nix
@@ -19,13 +19,13 @@
19
20
buildDotnetModule (finalAttrs: {
21
pname = "sourcegit";
22
- version = "2025.08";
+ version = "2025.09";
23
24
src = fetchFromGitHub {
25
owner = "sourcegit-scm";
26
repo = "sourcegit";
27
tag = "v${finalAttrs.version}";
28
- hash = "sha256-dX782yQMo5MFMZKbLor5Hk6SKc11Em0qdbIClUYOe3I=";
+ hash = "sha256-JjAF9y3wIb6ffI3alkj9I7kG6GLLtJEKNWLtLyVE4aE=";
29
};
30
31
patches = [ ./fix-darwin-git-path.patch ];
0 commit comments