lol

circup: 2.1.1 -> 2.1.2

+3 -3
+3 -3
pkgs/by-name/ci/circup/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "circup"; 9 - version = "2.1.1"; 9 + version = "2.1.2"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "adafruit"; 14 14 repo = "circup"; 15 15 tag = version; 16 - hash = "sha256-G2c2Psd5cyjKkpqYQOLVWSeLIWdoxYm45KLT0q7cTzQ="; 16 + hash = "sha256-lmuxqkZVByJwnfHj4yljWQwTvdLnguq3hZm6a7LN6Xo="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [ "semver" ]; ··· 47 47 meta = with lib; { 48 48 description = "CircuitPython library updater"; 49 49 homepage = "https://github.com/adafruit/circup"; 50 - changelog = "https://github.com/adafruit/circup/releases/tag/${version}"; 50 + changelog = "https://github.com/adafruit/circup/releases/tag/${src.tag}"; 51 51 license = with licenses; [ mit ]; 52 52 maintainers = with maintainers; [ fab ]; 53 53 mainProgram = "circup";