about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-08 10:19:19 -0400
committerGitHub <noreply@github.com>2024-04-08 10:19:19 -0400
commit43f84cf3cbba171332faec924ebfcc2d804445d1 (patch)
tree0f98e9613a0fa8a537572b10076a1b73d6822ca8 /pkgs/by-name
parentd0f8e64f22457d2eb9204a277ab4d38950982359 (diff)
parentb993dd655ae45bea7c2ffcfa65d1e584d141d700 (diff)
Merge pull request #302553 from r-ryantm/auto-update/nwg-hello
nwg-hello: 0.1.8 -> 0.1.9
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/nw/nwg-hello/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/nw/nwg-hello/package.nix b/pkgs/by-name/nw/nwg-hello/package.nix
index 15749786de540..eb6126d1300ec 100644
--- a/pkgs/by-name/nw/nwg-hello/package.nix
+++ b/pkgs/by-name/nw/nwg-hello/package.nix
@@ -9,13 +9,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "nwg-hello";
-  version = "0.1.8";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "nwg-piotr";
     repo = "nwg-hello";
     rev = "refs/tags/v${version}";
-    hash = "sha256-WNich+DsRvYS4GiLWZLWRvvWxCAlzrK9Q7aRX7dKjeQ=";
+    hash = "sha256-Z5Pwn/uJERWfHELXK+1SJ2vh//ZV9gqblD/GqnznJII=";
   };
 
   nativeBuildInputs = [