File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
applications/misc/whalebird Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212} :
1313stdenv . 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 = [
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments