mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
sc-im: 0.8.2 -> 0.8.3
https://github.com/andmarti1424/sc-im/releases/tag/v0.8.3
This commit is contained in:
parent
b165b45b20
commit
ba8bd1ba94
@ -15,13 +15,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sc-im";
|
||||
version = "0.8.2";
|
||||
version = "0.8.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andmarti1424";
|
||||
repo = "sc-im";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-H+GQUpouiXc/w6GWdkSVvTXZ/Dtb7sUmBLGcpxG3Mts=";
|
||||
sha256 = "sha256-QlnxMe0WsRX9J2xzpf2Udcf9+N3MvQWqmYl2YKsGpYM=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/src";
|
||||
@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/andmarti1424/sc-im/blob/${src.rev}/CHANGES";
|
||||
homepage = "https://github.com/andmarti1424/sc-im";
|
||||
description = "An ncurses spreadsheet program for terminal";
|
||||
license = licenses.bsdOriginal;
|
||||
|
Loading…
Reference in New Issue
Block a user