mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Merge pull request #47733 from r-ryantm/auto-update/pscircle
pscircle: 1.0.0 -> 1.1.0
This commit is contained in:
commit
839b76ae21
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pscircle-${version}";
|
name = "pscircle-${version}";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "mildlyparallel";
|
owner = "mildlyparallel";
|
||||||
repo = "pscircle";
|
repo = "pscircle";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "188d0db62215pycmx2qfmbbjpmih03vigsz2j448zhsbyxapavv3";
|
sha256 = "1sxdnhkcr26l29nk0zi1zkvkd7128xglfql47rdb1bx940vflgb6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue