chore(overlay): update svn2git
This commit is contained in:
parent
9ecb33696d
commit
c18e89924a
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
final: prev: {
|
||||
svn2git = prev.svn2git.overrideAttrs (_: rec {
|
||||
version = "2.4.1";
|
||||
version = "2.4.2";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "uku3lig";
|
||||
repo = "svn2git";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-63q8UHHweTyN85imTKdDZjNmYlYMuxQx/SuF9KMgYbs=";
|
||||
hash = "sha256-9uuiATFOLr1vDJDuV8J8yIqO3ENEgOOP45JBnghMyJk=";
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue