3
0
Fork 0
forked from mirrors/nixpkgs

reuse: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-02-09 09:55:56 +00:00
parent 910b85f2ae
commit c9ae110cf4

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "reuse";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "v${version}";
hash = "sha256-bjUDImMFwMhRjCa7XzGlqR8h+KfTsyxonrQlRGgApwo=";
rev = "refs/tags/v${version}";
hash = "sha256-4L5VQtjpJ1P95S3vkbgLYTO/lTFReGiSAVuWSwh14i4=";
};
nativeBuildInputs = with python3Packages; [