about summary refs log tree commit diff
path: root/pkgs/applications/video/showmethekey/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-09 18:18:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-09 18:18:07 +0000
commit7f86c125e69d7df9db27b9bc4dde330cf3631427 (patch)
tree8503628885bfc2d0e926876f98c55684c34837fb /pkgs/applications/video/showmethekey/default.nix
parent8b92746f77af82a15a4e196c5916b08c4c8d8732 (diff)
showmethekey: 1.8.0 -> 1.8.1
Diffstat (limited to 'pkgs/applications/video/showmethekey/default.nix')
-rw-r--r--pkgs/applications/video/showmethekey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/showmethekey/default.nix b/pkgs/applications/video/showmethekey/default.nix
index b02d6e6e31fc7..6a403e25c644c 100644
--- a/pkgs/applications/video/showmethekey/default.nix
+++ b/pkgs/applications/video/showmethekey/default.nix
@@ -13,13 +13,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "showmethekey";
-  version = "1.8.0";
+  version = "1.8.1";
 
   src = fetchFromGitHub {
     owner = "AlynxZhou";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-iWZjOhugGD7GikcIKaJimfLrTDaGQeYgmp17N03Meb8=";
+    hash = "sha256-IfegYHHFbZbMTA8JWXAun9Gl3BpykH/5RqUIrlYlLhk=";
   };
 
   nativeBuildInputs = [