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

nwg-hello: 0.1.6 -> 0.1.7
This commit is contained in:
Weijia Wang 2024-03-07 10:04:11 +01:00 committed by GitHub
commit d7655bb245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-hello";
rev = "v${version}";
hash = "sha256-+D89QTFUV7/dhfcOWnQshG8USh35Vdm/QPHbsxiV0j0=";
rev = "refs/tags/v${version}";
hash = "sha256-HDH5B15MQqJhRNCPeg4IJSeX/676AdCNhmJ7iqn8yco=";
};
nativeBuildInputs = [