mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
amber: 0.5.3 -> 0.5.4
This commit is contained in:
parent
807ca93fad
commit
b980e3e4cc
@ -4,22 +4,22 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "amber";
|
||||
version = "0.5.3";
|
||||
version = "0.5.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dalance";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0k70rk19hwdlhhqm91x12xcb8r09kzpijs0xwhplrwdh86qfxymx";
|
||||
sha256 = "0pqz3spb5lmrj7w8hynmah9nrcfjsb1s0bmrr0cng9a9jx8amwzn";
|
||||
};
|
||||
|
||||
cargoSha256 = "0g8n3r6bdsfl1417wnss3ggnv5ywz8mx53hjglshmln40552znh3";
|
||||
cargoSha256 = "1ps70swh96xbfn4hng5krlmwvw2bwrl2liqvx9v9vy6pr86643s6";
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A code search-and-replace tool";
|
||||
homepage = https://github.com/dalance/amber;
|
||||
homepage = "https://github.com/dalance/amber";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = [ maintainers.bdesham ];
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user