Merge pull request #119911 from jbedo/octopus

octopus: 0.7.1 -> 0.7.3
This commit is contained in:
Maximilian Bosch
2021-04-20 10:58:42 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "octopus";
version = "0.7.1";
version = "0.7.3";
src = fetchFromGitHub {
owner = "luntergroup";
repo = "octopus";
rev = "v${version}";
sha256 = "sha256-TZ57uKTZ87FWpLNGPY8kbML1EDM8fnEFbXR+Z3dmiao=";
sha256 = "sha256-sPOBZ0YrEdjMNVye/xwqwA5IpsLy2jWN3sm/ce1fLg4=";
};
patches = [