Merge pull request #298480 from Weathercold/whalebird-6.1.0

whalebird: 5.0.7 -> 6.0.4
This commit is contained in:
Pol Dellaiera 2024-03-24 22:42:30 +01:00 committed by GitHub
commit 7b90677b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "whalebird"; pname = "whalebird";
version = "6.0.4"; version = "6.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "h3poteto"; owner = "h3poteto";
repo = "whalebird-desktop"; repo = "whalebird-desktop";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Yx0GEEPJ+d4/RvCbqZdKR6iE2iUNbOJr+RuboqjT8z8="; hash = "sha256-Jf+vhsfVjNrxdBkwwh3D3d2AlsGHfmEn90dq2QrKi2k=";
}; };
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles # we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
offlineCache = stdenv.mkDerivation { offlineCache = stdenv.mkDerivation {
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
''; '';
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "sha256-RjTGAgHRRQ4O3eTYpmTrl+KXafDZkWf1NH6lzdozVAA="; outputHash = "sha256-SJCJq1vkO/jH9YgB3rV/pK4wV5Prm3sNjOj9YwL6XTw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [