Skip to content

Commit 0d225ba

Browse files
authored
comma: 1.8.0 -> 1.9.0 (#342924)
2 parents bad80fb + 049a9ee commit 0d225ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/package-management/comma/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "comma";
13-
version = "1.8.0";
13+
version = "1.9.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "nix-community";
1717
repo = "comma";
1818
rev = "v${version}";
19-
hash = "sha256-PW9OS/ccRxigP0ikk1XR4QhQX4j9+ALQz0FMKXF3yRA=";
19+
hash = "sha256-XXe0SSdH2JZLx0o+vHDtdlDRtVn7nouIngipbXhmhiQ=";
2020
};
2121

22-
cargoHash = "sha256-lNz4E+dcJ6ACkNraM4DUR4yFbkWgAZ4ngbAML8JYVtE=";
22+
cargoHash = "sha256-poQDzC5DLkwLMwt5ieZCSyrQIKkuYq6hu6cj7lcDb4c=";
2323

2424
nativeBuildInputs = [ makeBinaryWrapper ];
2525

0 commit comments

Comments
 (0)