Commit 820400bc authored by R. RyanTM's avatar R. RyanTM
Browse files

nwg-hello: 0.1.7 -> 0.1.8

parent 0ea4f4d8
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.1.7";
  version = "0.1.8";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-hello";
    rev = "refs/tags/v${version}";
    hash = "sha256-HDH5B15MQqJhRNCPeg4IJSeX/676AdCNhmJ7iqn8yco=";
    hash = "sha256-WNich+DsRvYS4GiLWZLWRvvWxCAlzrK9Q7aRX7dKjeQ=";
  };

  nativeBuildInputs = [