Skip to content

Commit

Permalink
Merge pull request #65 from rodent1/nvfetcher/deps
Browse files Browse the repository at this point in the history
chore(deps): Update packages managed by nvfetcher
  • Loading branch information
rodent1 authored Jan 11, 2025
2 parents 7268a8c + b5f18f9 commit 7b849a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
"name": null,
"owner": "jdx",
"repo": "usage",
"rev": "v1.7.4",
"sha256": "sha256-+Wt/ZOwj9LHgt0EOFF554TGf2tZyuRoXAPpCebPZfNY=",
"rev": "v2.0.3",
"sha256": "sha256-bS8wMtmD7UPctP+8yDm8KylLIPzPuk6dt9ilWQzFvY0=",
"type": "github"
},
"version": "v1.7.4"
"version": "v2.0.3"
}
}
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
};
usage = {
pname = "usage";
version = "v1.7.4";
version = "v2.0.3";
src = fetchFromGitHub {
owner = "jdx";
repo = "usage";
rev = "v1.7.4";
rev = "v2.0.3";
fetchSubmodules = false;
sha256 = "sha256-+Wt/ZOwj9LHgt0EOFF554TGf2tZyuRoXAPpCebPZfNY=";
sha256 = "sha256-bS8wMtmD7UPctP+8yDm8KylLIPzPuk6dt9ilWQzFvY0=";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/_sources/vendorhash.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"gh-copilot-darwin-amd64": "",
"gh-copilot-darwin-arm64": "",
"talosctl": "sha256-vZFXqU9tgnL8odBpOcvRig1KKVH20CM0ze0+pypaRKE=",
"usage": "sha256-w8GWvMjC6Plho+zw542Q00hU/KZMdyyoP/rGAg72h1s="
"usage": "sha256-z/McKMlLvr/YBzXSCLFZk9PSIBnrweU7tIPjTwTeiuQ="
}

0 comments on commit 7b849a0

Please sign in to comment.