mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
sourcegit: 2025.17 -> 2025.19
This commit is contained in:
parent
cbc137c04a
commit
6c04fba52a
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
buildDotnetModule (finalAttrs: {
|
buildDotnetModule (finalAttrs: {
|
||||||
pname = "sourcegit";
|
pname = "sourcegit";
|
||||||
version = "2025.17";
|
version = "2025.19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sourcegit-scm";
|
owner = "sourcegit-scm";
|
||||||
repo = "sourcegit";
|
repo = "sourcegit";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-rpgsaWpVREftEve7vhAi42mNvWWU8Bl+4fUbUwJf1M4=";
|
hash = "sha256-4DZ4fZPvDHmpKtre6Gl7YtjmFN+tglAW9+Axld+m7dM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-darwin-git-path.patch ];
|
patches = [ ./fix-darwin-git-path.patch ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue