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

nwg-hello: 0.1.10 -> 0.2.0
This commit is contained in:
Nick Cao
2024-06-01 09:57:56 -04:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.1.10";
version = "0.2.0";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-hello";
rev = "refs/tags/v${version}";
hash = "sha256-naYouinDYgdGwySVxdEOZpNTK0vwnIyUKTkPgYaneew=";
hash = "sha256-WKDj68hQDPNsqyDG9kB1SklRIl/BSfVl7ebjVKA+33c=";
};
nativeBuildInputs = [