mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
meow: 2.1.3 -> 2.1.4
This commit is contained in:
parent
a5ea1f37d2
commit
6e867a01c7
@ -6,19 +6,19 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "meow";
|
||||
version = "2.1.3";
|
||||
version = "2.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PixelSergey";
|
||||
repo = "meow";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-PB871c137uxxPaYbV6NB8kECVUrQWTeVz0ciVLHrph4=";
|
||||
hash = "sha256-iskpT0CU/cGp+8myWaVmdw/uC0VoP8Sv+qbjpDDKS3o=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-4BoKZUgt4jf8jy2HU3J6RuT0GXNqkJnBUR09wNlNm7E=";
|
||||
cargoHash = "sha256-/XzXgbmgJ1EN3cQmgWNMUpYtNWRlwJ0mvaQWCsP3FMk=";
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/bin/meow-cli $out/bin/meow
|
||||
mv $out/bin/meow-cli $out/bin/meow
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user