Merge pull request #198946 from r-ryantm/auto-update/aocd

aocd: 1.1.3 -> 1.2.1
This commit is contained in:
Ben Siraphob 2022-11-21 16:51:00 -06:00 committed by GitHub
commit 6b7aa027b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "aocd";
version = "1.1.3";
version = "1.2.1";
src = fetchFromGitHub {
owner = "wimglenn";
repo = "advent-of-code-data";
rev = "refs/tags/v${version}";
sha256 = "sha256-V6byleGCgXc2xfceb+aO0sYwGD6uThE6/8s5NDEjerw=";
sha256 = "sha256-Oz1sy+BHekI0ApDKn7hNMDvQrog6EB0JPry7SV5fxig=";
};
propagatedBuildInputs = [