octopus: 0.7.1 -> 0.7.3

This commit is contained in:
Justin Bedo 2021-04-20 09:58:56 +10:00
parent 20313e8b73
commit def7c82f88
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

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 = [