sc-im: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm 2024-08-17 04:54:40 +00:00
parent f1ab5c244a
commit 399f8d0bae

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "sc-im";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "andmarti1424";
repo = "sc-im";
rev = "v${version}";
sha256 = "sha256-QlnxMe0WsRX9J2xzpf2Udcf9+N3MvQWqmYl2YKsGpYM=";
sha256 = "sha256-nNOifSYbmJjuw6c8TerIQRlhCwbs7GnzD2J7O3vs0gI=";
};
sourceRoot = "${src.name}/src";