nwg-hello: 0.1.6 -> 0.1.7

This commit is contained in:
R. Ryantm 2024-02-08 06:18:58 +00:00
parent 392580561c
commit b60b5a6272

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 = [