parinfer-rust-emacs: 0.4.6 -> 0.4.7 (#341496)
This commit is contained in:
commit
b8cc483df4
@ -5,16 +5,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "parinfer-rust-emacs";
|
||||
version = "0.4.6";
|
||||
version = "0.4.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "justinbarclay";
|
||||
repo = "parinfer-rust-emacs";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-SNs/75beomxvexfE4+3v/l9Xl5w5SY0EWcORHvRitOw=";
|
||||
hash = "sha256-JYKFfbfpkvBRxYUDw2d6DD1mO27OKzdquSOhBk0lXr0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-LmfcY9iR7BGh3dF/raSZTIwburtaQRI3I3XvOZG343M=";
|
||||
cargoHash = "sha256-E3x/Jy21qP1onABRmbrq51ZKrlqwiWIwSaqOCh28lKw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Emacs centric fork of parinfer-rust";
|
||||
|
Loading…
Reference in New Issue
Block a user