whalebird: 6.0.4 -> 6.1.0

https://github.com/h3poteto/whalebird-desktop/releases/tag/v6.1.0
This commit is contained in:
Weathercold 2024-03-23 18:24:43 -04:00
parent 25390fdee7
commit 688c5c3e1d
No known key found for this signature in database
GPG Key ID: 0422009601E487FC
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "whalebird";
version = "6.0.4";
version = "6.1.0";
src = fetchFromGitHub {
owner = "h3poteto";
repo = "whalebird-desktop";
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
offlineCache = stdenv.mkDerivation {
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHash = "sha256-RjTGAgHRRQ4O3eTYpmTrl+KXafDZkWf1NH6lzdozVAA=";
outputHash = "sha256-SJCJq1vkO/jH9YgB3rV/pK4wV5Prm3sNjOj9YwL6XTw=";
};
nativeBuildInputs = [