mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
git-crecord: 20220324.0 -> 20230226.0
This commit is contained in:
parent
4e2e46fe89
commit
4fb55447b1
@ -2,13 +2,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "git-crecord";
|
||||
version = "20220324.0";
|
||||
version = "20230226.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andrewshadura";
|
||||
repo = "git-crecord";
|
||||
rev = version;
|
||||
sha256 = "sha256-LWO9vteTIe54zTDWyRotLKIIi5SaGD0c9s7B5aBHm0s=";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-zsrMAD9EU+TvkWfWl9x6WbMXuw7YEz50LxQzSFVkKdQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [ docutils ];
|
||||
|
Loading…
Reference in New Issue
Block a user