pscircle: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-04-28 16:29:58 +00:00
parent cfe96dbfce
commit 3145f07746

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pscircle"; pname = "pscircle";
version = "1.3.1"; version = "1.4.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mildlyparallel"; owner = "mildlyparallel";
repo = "pscircle"; repo = "pscircle";
rev = "v${version}"; rev = "v${version}";
sha256 = "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci"; sha256 = "sha256-bqbQBNscNfoqXprhoFUnUQO88YQs9xDhD4d3KHamtG0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [