Merge pull request #223463 from zendo/upd/iotas

authored by

Sandro and committed by
GitHub
3b513604 0d496031

+2 -2
+2 -2
pkgs/applications/office/iotas/default.nix
··· 19 19 20 20 python3.pkgs.buildPythonApplication rec { 21 21 pname = "iotas"; 22 - version = "0.1.9"; 22 + version = "0.1.11"; 23 23 format = "other"; 24 24 25 25 src = fetchFromGitLab { ··· 27 27 owner = "cheywood"; 28 28 repo = pname; 29 29 rev = version; 30 - hash = "sha256-TdsqxpJq2+hoLHcJ58JQ20TWerZMXL3wkT9oIlVkrk4="; 30 + hash = "sha256-exXY0JFGuDZTbMmUEM+sFEitHXCsFBAHjybIyMmilk8="; 31 31 }; 32 32 33 33 nativeBuildInputs = [