mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
update
This commit is contained in:
parent
c067774aab
commit
98e487b199
5 changed files with 39 additions and 20 deletions
|
|
@ -3,16 +3,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "cargo-mommy";
|
||||
version = "0.1.1";
|
||||
version = "0.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Gankra";
|
||||
repo = "cargo-mommy";
|
||||
rev = "0d96506db241003166e32deb22ad0ab0fc52c16c";
|
||||
hash = "sha256-SIL7ExSRVBXr7Z+ye+rjjUpK6WS/fytvfhj3WPPdenc=";
|
||||
rev = "0ec17361d8b0573d0155984403e576b788abeb60";
|
||||
hash = "sha256-Mf0VGxQ90PjNhFA2OnDIFkNZjYDCuMqPsexqy5+gRdI=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-hdWYvWNOko6wlffv2Vb3xTYfh9mQgLlON8EVKVkWUV0=";
|
||||
cargoSha256 = "sha256-iQt6eTCcpzhFnrDkUmT4x7JX+Z7fWdW5ovbB/9Ui7Sw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cargo wrapper that encourages you after running commands";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue