Skip to content

Commit

Permalink
nwg-hello: 0.2.4 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 65484f8 commit 6c9cb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nw/nwg-hello/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.2.4";
version = "0.3.0";
pyproject = true;

src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-hello";
rev = "refs/tags/v${version}";
hash = "sha256-WE6jtVZfsWJREZghU93v8EAq16MiERYnq3Y0g2caYPs=";
tag = "v${version}";
hash = "sha256-cIRHvDTEaKHwOg9F/roE+8axl2f0hZIqVNe3xs/T9Ag=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6c9cb91

Please sign in to comment.