Merge pull request #318283 from r-ryantm/auto-update/nwg-hello

nwg-hello: 0.2.0 -> 0.2.2
This commit is contained in:
Weijia Wang
2024-07-03 00:17:52 +02:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-hello";
rev = "refs/tags/v${version}";
hash = "sha256-WKDj68hQDPNsqyDG9kB1SklRIl/BSfVl7ebjVKA+33c=";
hash = "sha256-czvKUuSAGEqtjIcIW9mm/LlUsvkGknHbwuXJw5YGT5A=";
};
nativeBuildInputs = [