sourcegit: 2025.23 -> 2025.25

This commit is contained in:
R. Ryantm 2025-07-09 03:05:53 +00:00
parent 308b628d7e
commit a31974dc25

View File

@ -21,13 +21,13 @@
buildDotnetModule (finalAttrs: {
pname = "sourcegit";
version = "2025.23";
version = "2025.25";
src = fetchFromGitHub {
owner = "sourcegit-scm";
repo = "sourcegit";
tag = "v${finalAttrs.version}";
hash = "sha256-q8w1AOVsj9zVGRQzn8paUnjH3VDf+2egVSjiH24q6zI=";
hash = "sha256-WPwvOfbCOCQBOvJU2HuGU9/Rh00MCmhZEaKn9Nr1Q0I=";
};
patches = [ ./fix-darwin-git-path.patch ];