whalebird: 4.5.1 -> 4.5.2

This commit is contained in:
R. Ryantm 2022-03-01 18:46:10 +00:00
parent e3c78ec446
commit 68e4d1c26b

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "whalebird"; pname = "whalebird";
version = "4.5.1"; version = "4.5.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}/Whalebird-${version}-linux-x64.deb"; url = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}/Whalebird-${version}-linux-x64.deb";
sha256 = "sha256-70fCyxiM4CiNuG4Lqr4Tq0FHak3wDcp8G93EKYj+0kc="; sha256 = "sha256-4ksKXVeUGICHfx014s5g9mapS751dbexBjzyqNvk02M=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [