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-03-01 18:46:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-01 18:46:10 +0000
commit68e4d1c26b3daf4af3c474664266e6b2b2f52c23 (patch)
tree8e9ab7a36cba6828176bbbebe16e315199b7079a /pkgs/applications/misc/whalebird
parente3c78ec446db310c01504dca6cb7ee4cba0f8a7d (diff)
whalebird: 4.5.1 -> 4.5.2
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 d478655eed1b3..3920a3a86554e 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.1";
+  version = "4.5.2";
 
   src = fetchurl {
     url = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}/Whalebird-${version}-linux-x64.deb";
-    sha256 = "sha256-70fCyxiM4CiNuG4Lqr4Tq0FHak3wDcp8G93EKYj+0kc=";
+    sha256 = "sha256-4ksKXVeUGICHfx014s5g9mapS751dbexBjzyqNvk02M=";
   };
 
   nativeBuildInputs = [