lol

crush: 0.7.7 -> 0.7.10 (#442278)

authored by

Jörg Thalheim and committed by
GitHub
495051f6 a7a1b51f

+3 -3
+3 -3
pkgs/by-name/cr/crush/package.nix
··· 9 9 10 10 buildGo125Module (finalAttrs: { 11 11 pname = "crush"; 12 - version = "0.7.7"; 12 + version = "0.7.10"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "charmbracelet"; 16 16 repo = "crush"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-rQtQUt/XOZpHxS2l4qhwrQ5cW0Q+JQW1D6GvPxkSMuk="; 18 + hash = "sha256-z7x//aTJCcAa3RkB8QOtdeU9dBcOKkJD3ftFiCt/WQo="; 19 19 }; 20 20 21 - vendorHash = "sha256-k7yfCyfeW2TW5DpVmxfNLXV08FxhpW4SQNAcDyrYKPc="; 21 + vendorHash = "sha256-AZOX2aRYkuLx0DRCS5dqsRCPwpHngqDc+97luRr0m0g="; 22 22 23 23 # rename TestMain to prevent it from running, as it panics in the sandbox. 24 24 postPatch = ''