Merge pull request #330446 from r-ryantm/auto-update/termsnap
termsnap: 0.3.0 -> 0.4.0
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "termsnap";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tomcur";
|
||||
repo = "termsnap";
|
||||
rev = "termsnap-v${version}";
|
||||
sha256 = "sha256-FTgbbiDlHXGjkv3a2TAxjAqdClWkuteyUrtjQ8fMSIs=";
|
||||
hash = "sha256-bYqhrMmgkEAiA1eiDbIOwH/PktwtIfxmYJRwDrFsNIc=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-hXlRkqcMHFEAnm883Q8sR8gcEbSNMutoJQsMW2M5wOY=";
|
||||
cargoHash = "sha256-Q1FTVaFZzJJNQg6FDOaPpRCpPgw2EPQsnb8o6dSoVWw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Create SVGs from terminal output";
|
||||
|
||||
Reference in New Issue
Block a user