File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 fetchFromGitHub ,
44 rustPlatform ,
5+ versionCheckHook ,
56 nix-update-script ,
6- testers ,
7- mprocs ,
87} :
98
109rustPlatform . buildRustPackage rec {
1110 pname = "mprocs" ;
12- version = "0.7.1 " ;
11+ version = "0.7.2 " ;
1312
1413 src = fetchFromGitHub {
1514 owner = "pvolok" ;
1615 repo = "mprocs" ;
1716 tag = "v${ version } " ;
18- sha256 = "sha256-gK2kgc0Y0s1xys+pUadi8BhGeYxtyKRhNycCoqftmDI =" ;
17+ hash = "sha256-bNA+P6Mnhxi6YH5gAUwvAPN7STUvwDnU/r/ZBYwzgrw =" ;
1918 } ;
2019
21- cargoHash = "sha256-lcs+x2devOEZg5YwAzlZKJl6VpCJXzVqNUr6N5pCei8=" ;
20+ cargoHash = "sha256-1S2KD4N6HAAOIyXWHGwItNIDj3iyh4A9LBXQTxWb0kI=" ;
21+
22+ nativeInstallCheckInputs = [
23+ versionCheckHook
24+ ] ;
25+ versionCheckProgramArg = [ "--version" ] ;
26+ doInstallCheck = true ;
2227
2328 passthru = {
2429 updateScript = nix-update-script { } ;
25- tests . version = testers . testVersion { package = mprocs ; } ;
2630 } ;
2731
2832 meta = {
You can’t perform that action at this time.
0 commit comments