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

aocd: 1.2.1 -> 1.2.3
This commit is contained in:
Ben Siraphob 2022-12-02 15:54:50 -06:00 committed by GitHub
commit c2c6c25981
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.2.1";
version = "1.2.3";
src = fetchFromGitHub {
owner = "wimglenn";
repo = "advent-of-code-data";
rev = "refs/tags/v${version}";
sha256 = "sha256-Oz1sy+BHekI0ApDKn7hNMDvQrog6EB0JPry7SV5fxig=";
sha256 = "sha256-//f/VWrTKukpNea8xprGQ7jobw10g5MQnnuM6/bAcGw=";
};
propagatedBuildInputs = [