sc-im: 0.8.2 -> 0.8.3

https://github.com/andmarti1424/sc-im/releases/tag/v0.8.3

authored by

Robert Schütz and committed by
Robert Schütz
ba8bd1ba b165b45b

+3 -2
+3 -2
pkgs/applications/misc/sc-im/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "sc-im"; 18 - version = "0.8.2"; 19 20 src = fetchFromGitHub { 21 owner = "andmarti1424"; 22 repo = "sc-im"; 23 rev = "v${version}"; 24 - sha256 = "sha256-H+GQUpouiXc/w6GWdkSVvTXZ/Dtb7sUmBLGcpxG3Mts="; 25 }; 26 27 sourceRoot = "${src.name}/src"; ··· 49 ''; 50 51 meta = with lib; { 52 homepage = "https://github.com/andmarti1424/sc-im"; 53 description = "An ncurses spreadsheet program for terminal"; 54 license = licenses.bsdOriginal;
··· 15 16 stdenv.mkDerivation rec { 17 pname = "sc-im"; 18 + version = "0.8.3"; 19 20 src = fetchFromGitHub { 21 owner = "andmarti1424"; 22 repo = "sc-im"; 23 rev = "v${version}"; 24 + sha256 = "sha256-QlnxMe0WsRX9J2xzpf2Udcf9+N3MvQWqmYl2YKsGpYM="; 25 }; 26 27 sourceRoot = "${src.name}/src"; ··· 49 ''; 50 51 meta = with lib; { 52 + changelog = "https://github.com/andmarti1424/sc-im/blob/${src.rev}/CHANGES"; 53 homepage = "https://github.com/andmarti1424/sc-im"; 54 description = "An ncurses spreadsheet program for terminal"; 55 license = licenses.bsdOriginal;