fix scram-sha-256 main program
This commit is contained in:
parent
209485ff70
commit
89983f8236
1 changed files with 4 additions and 1 deletions
|
@ -37,9 +37,12 @@
|
||||||
hash = "sha256-55dEihU9FnKiGt9jRJsY1+NRUgOkwoLF8J60RRYG7yM=";
|
hash = "sha256-55dEihU9FnKiGt9jRJsY1+NRUgOkwoLF8J60RRYG7yM=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-HjyD30RFf5vnZ8CNU1s3sTTyCof1yD8cdVWC7cLwjic=";
|
vendorHash = "sha256-HjyD30RFf5vnZ8CNU1s3sTTyCof1yD8cdVWC7cLwjic=";
|
||||||
|
postInstall = ''
|
||||||
|
mv $out/bin/tool $out/bin/scram-sha-256
|
||||||
|
'';
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
homepage = "https://github.com/supercaracal/scram-sha-256";
|
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;
|
platforms = platforms.all;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue