Skip to content

Commit f7bcfbb

Browse files
committed
whalebird: 6.1.0 -> 6.2.0-unstable-2025-02-26
1 parent e0181ca commit f7bcfbb

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
@@ -15606,7 +15606,7 @@ with pkgs;
1560615606
wgnord = callPackage ../applications/networking/wgnord/default.nix { };
1560715607

1560815608
whalebird = callPackage ../applications/misc/whalebird {
15609-
electron = electron_27;
15609+
electron = electron_34;
1561015610
};
1561115611

1561215612
inherit (windowmaker) dockapps;

0 commit comments

Comments
 (0)