Skip to content

Commit c442cf0

Browse files
authored
whalebird: 6.1.0 -> 6.2.0-unstable-2025-02-26 (#385318)
2 parents d933912 + f7bcfbb commit c442cf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/applications/misc/whalebird/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
stdenv.mkDerivation rec {
1414
pname = "whalebird";
15-
version = "6.1.0";
15+
version = "6.2.0-unstable-2025-02-26";
1616

1717
src = fetchFromGitHub {
1818
owner = "h3poteto";
1919
repo = "whalebird-desktop";
20-
rev = "v${version}";
21-
hash = "sha256-Jf+vhsfVjNrxdBkwwh3D3d2AlsGHfmEn90dq2QrKi2k=";
20+
rev = "4f84b962eb338a6251d32f67994b71dc1b44d796";
21+
hash = "sha256-BBd9VGLtab6DuMODBnEAdZ/aNp1xV/5vkyprUCHR4z8=";
2222
};
2323
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
2424
offlineCache = stdenv.mkDerivation {
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
4141
'';
4242

4343
outputHashMode = "recursive";
44-
outputHash = "sha256-SJCJq1vkO/jH9YgB3rV/pK4wV5Prm3sNjOj9YwL6XTw=";
44+
outputHash = "sha256-IDOtmpiVcqy7u/pf1ZqDxY+0fo0sh7cPYG8HKyOnVMk=";
4545
};
4646

4747
nativeBuildInputs = [

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15615,7 +15615,7 @@ with pkgs;
1561515615
wgnord = callPackage ../applications/networking/wgnord/default.nix { };
1561615616

1561715617
whalebird = callPackage ../applications/misc/whalebird {
15618-
electron = electron_27;
15618+
electron = electron_34;
1561915619
};
1562015620

1562115621
inherit (windowmaker) dockapps;

0 commit comments

Comments
 (0)