Merge pull request #228757 from r-ryantm/auto-update/pscircle

pscircle: 1.3.1 -> 1.4.0
This commit is contained in:
Nick Cao 2023-04-29 11:06:24 +08:00 committed by GitHub
commit f70e8280b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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