Skip to content

Commit

Permalink
update identity from test-pups
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstebbing committed Oct 5, 2024
1 parent b0ba9a6 commit 18f7130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions identity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"meta": {
"name": "Identity",
"version": "0.0.1",
"version": "0.0.2",
"logoPath": "logo.png",
"shortDescription": "Express your own identity on the network",
"longDescription": "",
Expand All @@ -14,7 +14,7 @@
"container": {
"build": {
"nixFile": "pup.nix",
"nixFileSha256": "1d6749e67102bf2148e5d204d7eaecb9ac68be72ac5392408974b9827582673e"
"nixFileSha256": "bf7907b057c1ae23702f804395e79612a86f8edf8b774091652f11eca998ae60"
},
"services": [
{
Expand Down Expand Up @@ -43,7 +43,9 @@
{
"interfaceName": "dogenet-handler",
"interfaceVersion": "0.0.1",
"permissionGroups": ["Handler"],
"permissionGroups": [
"Handler"
],
"source": {
"sourceLocation": "",
"pupName": "",
Expand Down
4 changes: 2 additions & 2 deletions identity/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let

ui = pkgs.fetchgit {
url = "https://github.com/dogeorg/identity-ui.git";
rev = "bb10be894c8953d7c7a8dfe7fe4e80b09d9fbb34";
hash = "sha256-ajfO3OpIWqf+fcTUE9noWO4PbMlMHBpNEfxbJyFftvk=";
rev = "8853f04e4987ebb80a583a5cbd5cfa9ca34a71b5";
hash = "sha256-dkUTCamwodnLaQnFw+9dLkOYlEiKTmUY2yH++CcQKww=";
};

identity = pkgs.writeScriptBin "run.sh" ''
Expand Down

0 comments on commit 18f7130

Please sign in to comment.