about summary refs log tree commit diff
path: root/pkgs/applications/misc/whalebird
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-16 13:51:11 -0800
committerGitHub <noreply@github.com>2022-02-16 22:51:11 +0100
commited8716d97e2a4f4a503837f9f5ec802bfa1b4c51 (patch)
tree3df4d4c35e396d4e5f68dd2d1ef2d7a67b4df78f /pkgs/applications/misc/whalebird
parent232afc2ca4389ac4c34b1d7599e06ce101a4a385 (diff)
whalebird: 4.5.0 -> 4.5.1
(#159962)
Diffstat (limited to 'pkgs/applications/misc/whalebird')
-rw-r--r--pkgs/applications/misc/whalebird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/whalebird/default.nix b/pkgs/applications/misc/whalebird/default.nix
index bb1b9213fde59..d478655eed1b3 100644
--- a/pkgs/applications/misc/whalebird/default.nix
+++ b/pkgs/applications/misc/whalebird/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "whalebird";
-  version = "4.5.0";
+  version = "4.5.1";
 
   src = fetchurl {
     url = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}/Whalebird-${version}-linux-x64.deb";
-    sha256 = "sha256-yl4R/1flm2Lfvyh9PXlJcZ1VtnP8nBQC0i7zs4U+g7g=";
+    sha256 = "sha256-70fCyxiM4CiNuG4Lqr4Tq0FHak3wDcp8G93EKYj+0kc=";
   };
 
   nativeBuildInputs = [