Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: seth <[email protected]>
  • Loading branch information
DOD-101 and getchoo authored Dec 10, 2024
1 parent a6750d6 commit 67db071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/config-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rustPlatform.buildRustPackage rec {

src = fetchFromGitHub {
owner = "DOD-101";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-dmFIB9tVI5/hnI+VKeawFzKi6UJrRis0tpeQE5a5dGU=";
repo = "config-store";
tag = "v${version}";
hash = "sha256-dmFIB9tVI5/hnI+VKeawFzKi6UJrRis0tpeQE5a5dGU=";
};

cargoHash = "sha256-tEhk6vDan5uaP1vvKanB+juKsGJndrJPP67kudds24s=";
Expand Down

0 comments on commit 67db071

Please sign in to comment.