···910rustPlatform.buildRustPackage rec {
11 pname = "boxbuddy";
12- version = "2.1.3";
1314 src = fetchFromGitHub {
15 owner = "Dvlv";
16 repo = "BoxBuddyRS";
17 rev = version;
18- hash = "sha256-Jl9WhMqb40Olub5eV7Meu5DJi+bzWhPf3DCRPe4CMfo=";
19 };
2021- cargoHash = "sha256-HN+yGODTRXRa3AsBOuRVOnnU2pxBZfy0zlnCWs2oQCI=";
2223 # The software assumes it is installed either in flatpak or in the home directory
24 # so the xdg data path needs to be patched here
···910rustPlatform.buildRustPackage rec {
11 pname = "boxbuddy";
12+ version = "2.1.4";
1314 src = fetchFromGitHub {
15 owner = "Dvlv";
16 repo = "BoxBuddyRS";
17 rev = version;
18+ hash = "sha256-954jMFWSIDDqtMitgc8456SMcQLzi6LhLbVvOC45fxQ=";
19 };
2021+ cargoHash = "sha256-08d0mPSGYySxw2uq16MNOu2Y39kjqyfZ8rJ2yTOL3/w=";
2223 # The software assumes it is installed either in flatpak or in the home directory
24 # so the xdg data path needs to be patched here
···108109 format = "wheel";
110111- src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}";
0112113 meta = with lib; {
114 description = "Client for pulsar";
···108109 format = "wheel";
110111+ src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}"
112+ or (throw "Unsupported '${pythonVersion}-${stdenv.hostPlatform.system}' target");
113114 meta = with lib; {
115 description = "Client for pulsar";
···1112stdenv.mkDerivation rec {
13 pname = "vulkan-caps-viewer";
14- version = "3.33";
1516 src = fetchFromGitHub {
17 owner = "SaschaWillems";
18 repo = "VulkanCapsViewer";
19 rev = version;
20- hash = "sha256-eKUgsT3KDua+whO0JdtnniKqoRmBt58LELeUz24goPM=";
21 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
22 # To help us, they've put it in a git-submodule.
23 # The result will work with any vulkan-loader version.
···1112stdenv.mkDerivation rec {
13 pname = "vulkan-caps-viewer";
14+ version = "3.34";
1516 src = fetchFromGitHub {
17 owner = "SaschaWillems";
18 repo = "VulkanCapsViewer";
19 rev = version;
20+ hash = "sha256-F1D/+Q/GXqQazTNgwdiHS9qqIHy0YGssmagw615E+xg=";
21 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
22 # To help us, they've put it in a git-submodule.
23 # The result will work with any vulkan-loader version.
+1-1
pkgs/tools/misc/fastfetch/default.nix
···151 description = "Like neofetch, but much faster because written in C";
152 homepage = "https://github.com/fastfetch-cli/fastfetch";
153 license = lib.licenses.mit;
154- maintainers = with lib.maintainers; [ gerg-l khaneliman federicoschonborn ];
155 platforms = lib.platforms.all;
156 mainProgram = "fastfetch";
157 };
···151 description = "Like neofetch, but much faster because written in C";
152 homepage = "https://github.com/fastfetch-cli/fastfetch";
153 license = lib.licenses.mit;
154+ maintainers = with lib.maintainers; [ gerg-l khaneliman ];
155 platforms = lib.platforms.all;
156 mainProgram = "fastfetch";
157 };