corectrl: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2022-02-26 08:15:33 +00:00
parent 9c70e73116
commit a657e1dae6

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec{ stdenv.mkDerivation rec{
pname = "corectrl"; pname = "corectrl";
version = "1.2.2"; version = "1.2.3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "corectrl"; owner = "corectrl";
repo = "corectrl"; repo = "corectrl";
rev = "v${version}"; rev = "v${version}";
sha256 = "1zp523cgvmfjc42wx1f1jh5q3jnsnm833m2xnbbwmfrmhrzh5269"; sha256 = "sha256-vMSIo4tfvEO6SVxB5aNBnHEn+PXN6wUfRAgUCwZEHKQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [