lol

Merge pull request #265081 from r-ryantm/auto-update/granted

granted: 0.18.0 -> 0.19.2

authored by

Weijia Wang and committed by
GitHub
776ca830 20cdc7e6

+3 -3
+3 -3
pkgs/tools/admin/granted/default.nix
··· 12 12 13 13 buildGoModule rec { 14 14 pname = "granted"; 15 - version = "0.18.0"; 15 + version = "0.19.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "common-fate"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-BvrMfQ/fiAMJCROwOqzt17ae/qqDC2KFdBK2epVImus="; 21 + sha256 = "sha256-z8j44WFLzPDpnmQ/vG8DfpjpxnNd942mPUxoXSEJDeI="; 22 22 }; 23 23 24 - vendorHash = "sha256-vHOGnflLC85hrONPPAAuuaPxNkv3t5T616nAnDEZbAY="; 24 + vendorHash = "sha256-cn1rGmjrmPSo6v4TD72I01VbQjwt6dT7ZEijPOjp+kc="; 25 25 26 26 nativeBuildInputs = [ makeWrapper ]; 27 27