We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad80fb + 049a9ee commit 0d225baCopy full SHA for 0d225ba
pkgs/tools/package-management/comma/default.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "comma";
13
- version = "1.8.0";
+ version = "1.9.0";
14
15
src = fetchFromGitHub {
16
owner = "nix-community";
17
repo = "comma";
18
rev = "v${version}";
19
- hash = "sha256-PW9OS/ccRxigP0ikk1XR4QhQX4j9+ALQz0FMKXF3yRA=";
+ hash = "sha256-XXe0SSdH2JZLx0o+vHDtdlDRtVn7nouIngipbXhmhiQ=";
20
};
21
22
- cargoHash = "sha256-lNz4E+dcJ6ACkNraM4DUR4yFbkWgAZ4ngbAML8JYVtE=";
+ cargoHash = "sha256-poQDzC5DLkwLMwt5ieZCSyrQIKkuYq6hu6cj7lcDb4c=";
23
24
nativeBuildInputs = [ makeBinaryWrapper ];
25
0 commit comments