Merge pull request #214 from aykhans/fix/nix-vendor-hash

nix: update vendorHash
This commit is contained in:
2026-08-02 23:35:34 +04:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
src = lib.cleanSource ../.;
vendorHash = "sha256-/r2mioVoMbrboumF0sjHhharkGImQAShmiOQtdS5DaE=";
vendorHash = "sha256-bv2C8QWaE7X+64ME7DpMIBe0UXbTGA43l1r+/yBBBgs=";
subPackages = [ "cmd/cli" ];