Skip to content

Commit

Permalink
Update admin service.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowdt committed Jul 29, 2024
1 parent 9a3b608 commit bf23e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/openmesh/xnode/admin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

pkgs.python3Packages.buildPythonPackage rec {
pname = "xnode-admin";
version = "0.0.10";
version = "0.0.12";
format = "pyproject";

src = pkgs.fetchFromGitHub {
owner = "Openmesh-Network";
repo = pname;
rev = "f73595bca8b944e10f226da3e6bb51cf3bf74b32";
sha256 = "0hyz4229p4s52g038kw6l2r77wnnvj58snvbc7s2khw1dj298l8s";
rev = "b648437c940f81bff7cac736863b0efd830679c2";
sha256 = "17n33r1xdjn4i2vfdx94sfd7y07afaqhbcykwd2a4pv5dbvdadbn";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bf23e64

Please sign in to comment.