Skip to content

Commit

Permalink
Merge pull request #173597 from linozen/reuse-update
Browse files Browse the repository at this point in the history
reuse: 0.14.0 -> 1.0.0
  • Loading branch information
bobby285271 authored May 20, 2022
2 parents dcfd352 + 175f7d7 commit 7ee6487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/reuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 7ee6487

Please sign in to comment.