devenv: 1.0.2 -> 1.0.3

This commit is contained in:
Domen Kožar 2024-04-05 06:06:19 +01:00
parent 6a4d931fda
commit 910b356595

View File

@ -29,7 +29,7 @@ let
doInstallCheck = false;
});
version = "1.0.2";
version = "1.0.3";
in rustPlatform.buildRustPackage {
pname = "devenv";
inherit version;
@ -38,10 +38,10 @@ in rustPlatform.buildRustPackage {
owner = "cachix";
repo = "devenv";
rev = "v${version}";
hash = "sha256-JCxjmWr2+75KMPOoVybNZhy9zhhrg9BAKA8D+J6MNBc=";
hash = "sha256-fnJPqMFoWTYsPNEwbxTxO0h771vZKu+b5Ig4LJQcoRg=";
};
cargoHash = "sha256-FGB8p9ClGokYDrV0b47PnjeSlOv7p+IgThNajve3yms=";
cargoHash = "sha256-Qckh7knX3sARMHgn+39ozQj8CnfyEQV4yjJPP2+v2SM=";
nativeBuildInputs = [ makeWrapper pkg-config ];