···1212let
1313 inherit (stdenv.hostPlatform) system;
1414 pname = "obsidian";
1515- version = "1.0.0";
1515+ version = "1.0.3";
1616 appname = "Obsidian";
1717 meta = with lib; {
1818 description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files";
···2525 filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz";
2626 src = fetchurl {
2727 url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
2828- sha256 = if stdenv.isDarwin then "sha256-KVWqdXzbQT93Dj4yesdnfFwAdYin1vfpPsj/ur1AGA0=" else "sha256-H1Cl9SBz/mwN8gezFkcV4KxI7+xVjQV2AtyLKyjVpI8=";
2828+ sha256 = if stdenv.isDarwin then "sha256-DYF9fEpZaP4tD/eeZAegDahR7UZyroqNB9bn2U7sgXs=" else "sha256-MpQk5g4184ZkCAjLU5Ug0ReWgVADskS1QuMcnPdNofs=";
2929 };
30303131 icon = fetchurl {
···166166167167 linux_5_18 = throw "linux 5.18 was removed because it has reached its end of life upstream";
168168169169- linux_5_19 = callPackage ../os-specific/linux/kernel/linux-5.19.nix {
170170- kernelPatches = [
171171- kernelPatches.bridge_stp_helper
172172- kernelPatches.request_key_helper
173173- ];
174174- };
169169+ linux_5_19 = throw "linux 5.19 was removed because it has reached its end of life upstream";
175170176171 linux_6_0 = callPackage ../os-specific/linux/kernel/linux-6.0.nix {
177172 kernelPatches = [
···193188 else testing;
194189195190 linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec {
196196- kernel = linux_5_19;
191191+ kernel = linux_6_0;
197192 kernelPatches = kernel.kernelPatches;
198193 };
199194···248243 linux_5_10_hardened = hardenedKernelFor kernels.linux_5_10 { };
249244 linux_5_15_hardened = hardenedKernelFor kernels.linux_5_15 { };
250245 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
251251- linux_5_19_hardened = hardenedKernelFor kernels.linux_5_19 { };
246246+ linux_5_19_hardened = throw "linux 5.19 was removed because it has reached its end of life upstream";
252247 linux_6_0_hardened = hardenedKernelFor kernels.linux_6_0 { };
253248254249 }));
···535530 linux_5_16 = throw "linux 5.16 was removed because it reached its end of life upstream"; # Added 2022-04-23
536531 linux_5_17 = throw "linux 5.17 was removed because it reached its end of life upstream"; # Added 2022-06-23
537532 linux_5_18 = throw "linux 5.18 was removed because it reached its end of life upstream"; # Added 2022-09-17
538538- linux_5_19 = recurseIntoAttrs (packagesFor kernels.linux_5_19);
533533+ linux_5_19 = throw "linux 5.19 was removed because it reached its end of life upstream"; # Added 2022-11-01
539534 linux_6_0 = recurseIntoAttrs (packagesFor kernels.linux_6_0);
540535 };
541536···575570 linux_5_10_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_10 { });
576571 linux_5_15_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_15 { });
577572 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
578578- linux_5_19_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_19 { });
573573+ linux_5_19_hardened = throw "linux 5.19 was removed because it has reached its end of life upstream";
579574 linux_6_0_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_6_0 { });
580575581576 linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);