Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

evscript: git-47f86f0 -> unstable-2021-06-16 (#127621)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Miles Breslin Sandro and committed by GitHub d4c2aaab 15390246

+6 -6
+6 -6
pkgs/tools/inputmethods/evscript/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "evscript"; 5 - version = "git-${builtins.substring 0 7 src.rev}"; 5 + version = "unstable-2021-06-16"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "myfreeweb"; 8 + owner = "unrelentingtech"; 9 9 repo = pname; 10 - rev = "47f86f0d15add2af785ea1ff47f24d130026d1b4"; 11 - sha256 = "1xm8297k0d8d0aq7fxgmibr4qva4d02cb6gnnlzq77jcmnknxv14"; 10 + rev = "25912c0b6446f31b0f64485af3fa4aa8a93b33df"; 11 + sha256 = "sha256-apq3kHipEX6zOTNwqpIQR46JqmeE7EKVSOGrNNSkyu8="; 12 12 }; 13 13 14 - cargoSha256 = "1z0xxbjnhhzn1fnc3zhvy727l88qyyfqdayj5yvf3nh23m7sr87l"; 14 + cargoSha256 = "sha256-1aR9/fhJQ+keRIxSG2cpY1HTalE6nM+MTb1Za3Tot28="; 15 15 16 16 meta = with lib; { 17 - homepage = "https://github.com/myfreeweb/${pname}"; 17 + homepage = "https://github.com/unrelentingtech/evscript"; 18 18 description = "A tiny sandboxed Dyon scripting environment for evdev input devices"; 19 19 license = licenses.unlicense; 20 20 maintainers = with maintainers; [ milesbreslin ];