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.
1 parent ec1aa8f commit d42fddcCopy full SHA for d42fddc
pkgs/by-name/md/mdevctl/package.nix
@@ -8,11 +8,11 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "mdevctl";
11
- version = "1.3.0";
+ version = "1.4.0";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
+ hash = "sha256-Zh+Dj3X87tTpqT/weZMpf7f3obqikjPy9pi50ifp6wQ=";
16
};
17
18
# https://github.com/mdevctl/mdevctl/issues/111
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
21
];
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-xfrW7WiKBM9Hz49he/42z9gBrwZ3sKGH/u105hcyln0=";
+ cargoHash = "sha256-LG5UaSUTF6pVx7BBLiZ/OmAZNCKswFlTqHymg3bDkuc=";
25
26
nativeBuildInputs = [
27
docutils
0 commit comments