3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #173597 from linozen/reuse-update

reuse: 0.14.0 -> 1.0.0
This commit is contained in:
Bobby Rong 2022-05-20 22:23:36 +08:00 committed by GitHub
commit 7ee64873f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "reuse";
version = "0.14.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "v${version}";
sha256 = "1pjc8pckacjlrb8xypyca7jq8ii4an7m5b1g7941d7kkhnlbzm7v";
sha256 = "0yplsbd5251s8cabazbdqb00jqv8ibbgal7fhj5pfxv5lsz17vkv";
};
propagatedBuildInputs = with python3Packages; [