lol

python3Packages.luna-usb: 0.1.2 -> 0.1.3

https://github.com/greatscottgadgets/luna/releases/tag/0.1.3

+3 -3
+3 -3
pkgs/development/python-modules/luna-usb/default.nix
··· 21 21 }: 22 22 buildPythonPackage rec { 23 23 pname = "luna-usb"; 24 - version = "0.1.2"; 24 + version = "0.1.3"; 25 25 pyproject = true; 26 26 disabled = pythonOlder "3.8"; 27 27 ··· 29 29 owner = "greatscottgadgets"; 30 30 repo = "luna"; 31 31 tag = version; 32 - hash = "sha256-T9V0rI6vcEpM3kN/duRni6v2plCU4B379Zx07dBGKjk="; 32 + hash = "sha256-BKFfEkhgOH0lYfkAE94h27pb+T/uJxKFmMeVJI9I3qg="; 33 33 }; 34 34 35 35 postPatch = '' ··· 65 65 ]; 66 66 67 67 meta = { 68 - changelog = "https://github.com/greatscottgadgets/luna/releases/tag/${version}"; 68 + changelog = "https://github.com/greatscottgadgets/luna/releases/tag/${src.tag}"; 69 69 description = "Amaranth HDL framework for monitoring, hacking, and developing USB devices"; 70 70 homepage = "https://github.com/greatscottgadgets/luna"; 71 71 license = lib.licenses.bsd3;