Skip to content

Commit

Permalink
dogemap: fix path in pup.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
raffecat committed Oct 25, 2024
1 parent 1dba6c6 commit 0ea8f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dogemap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"container": {
"build": {
"nixFile": "pup.nix",
"nixFileSha256": "df1cd87682e77eda5fb81c299dcd44af142267d46c1b26c64463c0e557c64338"
"nixFileSha256": "b287609fdba2c6bdcac7e55730bea9792150e3c21d8be9b08eb15545ada0a3b2"
},
"services": [
{
Expand Down
4 changes: 2 additions & 2 deletions dogemap/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
dogemap_upstream = pkgs.callPackage (pkgs.fetchurl {
url = "https://raw.githubusercontent.com/dogeorg/dogebox-nur-packages/2092edabf8a0a6d4094e9dd8d29dd695553ef5ec/pkgs/dogenet/default.nix";
sha256 = "sha256-7AvXs1EUt66qiddSuVzVMEn0JZWmcObhRtEIEKcdQyE=";
url = "https://raw.githubusercontent.com/dogeorg/dogebox-nur-packages/2092edabf8a0a6d4094e9dd8d29dd695553ef5ec/pkgs/dogemap/default.nix";
sha256 = "sha256-J1oj4tMYycpgxYoVzsZeR6qRQyMJEakiLdaC9qXQCMs=";
}) {};

ui = pkgs.fetchgit {
Expand Down

0 comments on commit 0ea8f87

Please sign in to comment.