Commit d70d6450 authored by R. RyanTM's avatar R. RyanTM
Browse files

nwg-hello: 0.2.2 -> 0.2.4

parent 434cc988
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

python3Packages.buildPythonApplication rec {
  pname = "nwg-hello";
  version = "0.2.2";
  version = "0.2.4";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-hello";
    rev = "refs/tags/v${version}";
    hash = "sha256-czvKUuSAGEqtjIcIW9mm/LlUsvkGknHbwuXJw5YGT5A=";
    hash = "sha256-WE6jtVZfsWJREZghU93v8EAq16MiERYnq3Y0g2caYPs=";
  };

  nativeBuildInputs = [