From 2f5b793c9b386ce8de0c559938c806e356a063b2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Nov 2021 16:11:24 +0000 Subject: [PATCH] whalebird: 4.4.5 -> 4.4.6 --- pkgs/applications/misc/whalebird/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/whalebird/default.nix b/pkgs/applications/misc/whalebird/default.nix index 0809f835668a..b2475bf1d837 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.4.5"; + version = "4.4.6"; src = fetchurl { url = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}/Whalebird-${version}-linux-x64.deb"; - sha256 = "sha256-CIlj9Sc/hj2UMgQzfHA3iQYO6EPqcndqkNUCBecHq+E="; + sha256 = "sha256-Q67y6VO7U8EatMNWyJo4f9IHKylQSX7bNR0DH4bnH+A="; }; nativeBuildInputs = [