Merge pull request #81604 from markuskowa/upd-octopus

octopus: 9.1 -> 9.2
This commit is contained in:
markuskowa 2020-03-03 12:45:16 +01:00 committed by GitHub
commit dbb9fab27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "octopus";
version = "9.1";
version = "9.2";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
sha256 = "1l5fqgllk7rij16q7a3la7qq6isy8a5n37vk400qcscw1v32s90h";
sha256 = "083z51sjv70asr04rv53wb9gf4396nblq1zl22qw7jdr28hji4is";
};
nativeBuildInputs = [ perl procps autoreconfHook ];