···991010rustPlatform.buildRustPackage rec {
1111 pname = "boxbuddy";
1212- version = "2.1.3";
1212+ version = "2.1.4";
13131414 src = fetchFromGitHub {
1515 owner = "Dvlv";
1616 repo = "BoxBuddyRS";
1717 rev = version;
1818- hash = "sha256-Jl9WhMqb40Olub5eV7Meu5DJi+bzWhPf3DCRPe4CMfo=";
1818+ hash = "sha256-954jMFWSIDDqtMitgc8456SMcQLzi6LhLbVvOC45fxQ=";
1919 };
20202121- cargoHash = "sha256-HN+yGODTRXRa3AsBOuRVOnnU2pxBZfy0zlnCWs2oQCI=";
2121+ cargoHash = "sha256-08d0mPSGYySxw2uq16MNOu2Y39kjqyfZ8rJ2yTOL3/w=";
22222323 # The software assumes it is installed either in flatpak or in the home directory
2424 # so the xdg data path needs to be patched here
···11111212stdenv.mkDerivation rec {
1313 pname = "vulkan-caps-viewer";
1414- version = "3.33";
1414+ version = "3.34";
15151616 src = fetchFromGitHub {
1717 owner = "SaschaWillems";
1818 repo = "VulkanCapsViewer";
1919 rev = version;
2020- hash = "sha256-eKUgsT3KDua+whO0JdtnniKqoRmBt58LELeUz24goPM=";
2020+ hash = "sha256-F1D/+Q/GXqQazTNgwdiHS9qqIHy0YGssmagw615E+xg=";
2121 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
2222 # To help us, they've put it in a git-submodule.
2323 # The result will work with any vulkan-loader version.
+1-1
pkgs/tools/misc/fastfetch/default.nix
···151151 description = "Like neofetch, but much faster because written in C";
152152 homepage = "https://github.com/fastfetch-cli/fastfetch";
153153 license = lib.licenses.mit;
154154- maintainers = with lib.maintainers; [ gerg-l khaneliman federicoschonborn ];
154154+ maintainers = with lib.maintainers; [ gerg-l khaneliman ];
155155 platforms = lib.platforms.all;
156156 mainProgram = "fastfetch";
157157 };