Skip to content

Commit

Permalink
Bump packages/main/xdg-ninja/nvfetcher.toml
Browse files Browse the repository at this point in the history
Co-authored-by: viperML <viperML@users.noreply.github.com>
  • Loading branch information
web-flow and viperML authored Jan 15, 2024
1 parent 2e1c95d commit 657d5f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/main/xdg-ninja/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"xdg-ninja": {
"cargoLocks": null,
"date": "2023-11-29",
"date": "2024-01-10",
"extract": null,
"name": "xdg-ninja",
"passthru": null,
Expand All @@ -13,10 +13,10 @@
"name": null,
"owner": "b3nj5m1n",
"repo": "xdg-ninja",
"rev": "b6994d112af7299d4246589291cbb13c8feb2b6e",
"sha256": "sha256-tuztlJdVPZi8NHQvYnlIPnGsSSrRELYX+38E9YYvxNs=",
"rev": "c9f7b9d48cfdae8d7ec6f913b549da4b634efd75",
"sha256": "sha256-gCRxhm3CtzMXXHnVb2xoNnxcEp9+h7023rw9aVczJ+4=",
"type": "github"
},
"version": "b6994d112af7299d4246589291cbb13c8feb2b6e"
"version": "c9f7b9d48cfdae8d7ec6f913b549da4b634efd75"
}
}
8 changes: 4 additions & 4 deletions packages/main/xdg-ninja/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
xdg-ninja = {
pname = "xdg-ninja";
version = "b6994d112af7299d4246589291cbb13c8feb2b6e";
version = "c9f7b9d48cfdae8d7ec6f913b549da4b634efd75";
src = fetchFromGitHub {
owner = "b3nj5m1n";
repo = "xdg-ninja";
rev = "b6994d112af7299d4246589291cbb13c8feb2b6e";
rev = "c9f7b9d48cfdae8d7ec6f913b549da4b634efd75";
fetchSubmodules = false;
sha256 = "sha256-tuztlJdVPZi8NHQvYnlIPnGsSSrRELYX+38E9YYvxNs=";
sha256 = "sha256-gCRxhm3CtzMXXHnVb2xoNnxcEp9+h7023rw9aVczJ+4=";
};
date = "2023-11-29";
date = "2024-01-10";
};
}

0 comments on commit 657d5f1

Please sign in to comment.