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 b88fa1d + 3c4b251 commit 4ce4aacCopy full SHA for 4ce4aac
pkgs/by-name/mo/mollysocket/package.nix
@@ -12,16 +12,16 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "mollysocket";
15
- version = "1.5.5";
+ version = "1.6.0";
16
17
src = fetchFromGitHub {
18
owner = "mollyim";
19
repo = "mollysocket";
20
- rev = version;
21
- hash = "sha256-IJaWCawA1vM+3qdHbPZCn4laM7DAL19k1P1MjghtGv8=";
+ tag = version;
+ hash = "sha256-F80XRQn3h1Y6dE8PVLGMTY29yZomrwqFAsm7h8euHw8=";
22
};
23
24
- cargoHash = "sha256-FNFTPjj9TQeIG7K/+qpOav/TcNsmt+G6EhBftHqNbB4=";
+ cargoHash = "sha256-ZHS/EJBhT1H5MvuqdPtmf95ctuLft4qVsZzPVeJBR5k=";
25
26
nativeBuildInputs = [
27
pkg-config
0 commit comments