flake/exprs/overlay.nix

13 lines
280 B
Nix
Raw Normal View History

2024-01-19 01:41:44 +01:00
final: prev: {
svn2git = prev.svn2git.overrideAttrs (_: rec {
version = "2.4.1";
src = prev.fetchFromGitHub {
owner = "uku3lig";
repo = "svn2git";
rev = "v${version}";
hash = "sha256-63q8UHHweTyN85imTKdDZjNmYlYMuxQx/SuF9KMgYbs=";
};
});
2023-11-20 19:06:01 +01:00
}