about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-02 12:20:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-02 12:20:43 +0000
commit47e7228ec8c7be22c6766e090361e981ed75b6e2 (patch)
tree942528dee5e019e320324b5e366914b402df8fa7 /pkgs/applications
parent3be507be1e2ea19b8d53450bac494e2ac30a642c (diff)
showmethekey: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/applications')
-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 cd61cfc9d0d44..e67fbdc1ca22e 100644
--- a/pkgs/applications/video/showmethekey/default.nix
+++ b/pkgs/applications/video/showmethekey/default.nix
@@ -14,13 +14,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "showmethekey";
-  version = "1.12.0";
+  version = "1.13.0";
 
   src = fetchFromGitHub {
     owner = "AlynxZhou";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-eeObomb4Gv/vpvViHsi3+O0JR/rYamrlZNZaXKL6KJw=";
+    hash = "sha256-pVFkO/+a7GAOXbYBfU0zcO/uD26PX+y02bEZa3f1ZP8=";
   };
 
   nativeBuildInputs = [