fix scram-sha-256 main program

This commit is contained in:
Jeffrey C. Ollie 2024-02-14 11:51:42 -06:00
parent 209485ff70
commit 89983f8236
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -37,9 +37,12 @@
hash = "sha256-55dEihU9FnKiGt9jRJsY1+NRUgOkwoLF8J60RRYG7yM=";
};
vendorHash = "sha256-HjyD30RFf5vnZ8CNU1s3sTTyCof1yD8cdVWC7cLwjic=";
postInstall = ''
mv $out/bin/tool $out/bin/scram-sha-256
'';
meta = with pkgs.lib; {
homepage = "https://github.com/supercaracal/scram-sha-256";
description = "A backup program that is fast, efficient and secure";
description = "Password-encryption tool for PostgreSQL with scram-sha-256";
platforms = platforms.all;
license = licenses.mit;
};