sourcegit: 2025.08 -> 2025.09 (#391214)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-19 01:28:41 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
buildDotnetModule (finalAttrs: {
pname = "sourcegit";
version = "2025.08";
version = "2025.09";
src = fetchFromGitHub {
owner = "sourcegit-scm";
repo = "sourcegit";
tag = "v${finalAttrs.version}";
hash = "sha256-dX782yQMo5MFMZKbLor5Hk6SKc11Em0qdbIClUYOe3I=";
hash = "sha256-JjAF9y3wIb6ffI3alkj9I7kG6GLLtJEKNWLtLyVE4aE=";
};
patches = [ ./fix-darwin-git-path.patch ];