Merge pull request #255011 from icewind1991/watchmate-0.4.5

authored by Artturi and committed by GitHub 354fcf46 141a0bd2

+83 -10
+81 -8
pkgs/applications/misc/watchmate/Cargo.lock
··· 1054 1055 [[package]] 1056 name = "gtk4" 1057 - version = "0.6.2" 1058 source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "e47dca53cb1a8ae3006e869b5711ae7370180db537f6d98e3bcaf23fabfd911f" 1060 dependencies = [ 1061 "bitflags", 1062 "cairo-rs", ··· 1106 "libc", 1107 "pango-sys", 1108 "system-deps", 1109 ] 1110 1111 [[package]] ··· 1474 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1475 1476 [[package]] 1477 name = "memoffset" 1478 version = "0.7.1" 1479 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1843 ] 1844 1845 [[package]] 1846 name = "quote" 1847 version = "1.0.26" 1848 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1920 1921 [[package]] 1922 name = "relm4" 1923 - version = "0.6.0-alpha.2" 1924 source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "7acc5e3ddd682eeb0ca33da36b821fc907017c6d7758b09ce280247b0b0ea8cd" 1926 dependencies = [ 1927 "async-trait", 1928 "flume", ··· 1938 1939 [[package]] 1940 name = "relm4-components" 1941 - version = "0.6.0-alpha.2" 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 - checksum = "26bc1784d641cd5d97ac4d26c56f68699aaa4518b7c827c295c1515ddafa96e4" 1944 dependencies = [ 1945 "once_cell", 1946 "relm4", ··· 1948 ] 1949 1950 [[package]] 1951 name = "relm4-macros" 1952 - version = "0.6.0-alpha.2" 1953 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "c8525ce12dcd7d2a9e9070d84b8b885600eccd0a143df6712ce34a87d001a8b7" 1955 dependencies = [ 1956 "proc-macro2", 1957 "quote", ··· 2029 version = "1.0.13" 2030 source = "registry+https://github.com/rust-lang/crates.io-index" 2031 checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2032 2033 [[package]] 2034 name = "schannel" ··· 2603 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 2604 2605 [[package]] 2606 name = "want" 2607 version = "0.3.0" 2608 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2701 "log", 2702 "relm4", 2703 "relm4-components", 2704 "version-compare", 2705 ] 2706
··· 1054 1055 [[package]] 1056 name = "gtk4" 1057 + version = "0.6.6" 1058 source = "registry+https://github.com/rust-lang/crates.io-index" 1059 + checksum = "b28a32a04cd75cef14a0983f8b0c669e0fe152a0a7725accdeb594e2c764c88b" 1060 dependencies = [ 1061 "bitflags", 1062 "cairo-rs", ··· 1106 "libc", 1107 "pango-sys", 1108 "system-deps", 1109 + ] 1110 + 1111 + [[package]] 1112 + name = "gvdb" 1113 + version = "0.4.0" 1114 + source = "registry+https://github.com/rust-lang/crates.io-index" 1115 + checksum = "d6fc5915836ff1779eb9455810dad729811334b1026d4316eaf89c3a415e32ea" 1116 + dependencies = [ 1117 + "byteorder", 1118 + "flate2", 1119 + "lazy_static", 1120 + "memmap2", 1121 + "quick-xml", 1122 + "safe-transmute", 1123 + "serde", 1124 + "serde_json", 1125 + "walkdir", 1126 + "zvariant", 1127 ] 1128 1129 [[package]] ··· 1492 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1493 1494 [[package]] 1495 + name = "memmap2" 1496 + version = "0.5.10" 1497 + source = "registry+https://github.com/rust-lang/crates.io-index" 1498 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 1499 + dependencies = [ 1500 + "libc", 1501 + ] 1502 + 1503 + [[package]] 1504 name = "memoffset" 1505 version = "0.7.1" 1506 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1870 ] 1871 1872 [[package]] 1873 + name = "quick-xml" 1874 + version = "0.27.1" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41" 1877 + dependencies = [ 1878 + "memchr", 1879 + "serde", 1880 + ] 1881 + 1882 + [[package]] 1883 name = "quote" 1884 version = "1.0.26" 1885 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1957 1958 [[package]] 1959 name = "relm4" 1960 + version = "0.6.0-beta.1" 1961 source = "registry+https://github.com/rust-lang/crates.io-index" 1962 + checksum = "f169f698ce2e487eed2306898fcf262224a287d0e81480db4190e74cfec412cf" 1963 dependencies = [ 1964 "async-trait", 1965 "flume", ··· 1975 1976 [[package]] 1977 name = "relm4-components" 1978 + version = "0.6.0-beta.1" 1979 source = "registry+https://github.com/rust-lang/crates.io-index" 1980 + checksum = "734838f188ee58954351c75175cb5ba6e9e67f90576b7fb90b928b2cb6043e1d" 1981 dependencies = [ 1982 "once_cell", 1983 "relm4", ··· 1985 ] 1986 1987 [[package]] 1988 + name = "relm4-icons" 1989 + version = "0.6.0-beta.6" 1990 + source = "registry+https://github.com/rust-lang/crates.io-index" 1991 + checksum = "b7123701f31271a2e33a53270a6e73010356d99cff1b97c89276299609af3303" 1992 + dependencies = [ 1993 + "gtk4", 1994 + "gvdb", 1995 + ] 1996 + 1997 + [[package]] 1998 name = "relm4-macros" 1999 + version = "0.6.0-beta.1" 2000 source = "registry+https://github.com/rust-lang/crates.io-index" 2001 + checksum = "7fa06febb3685960e7c1c44e21e44a3829325940b31d1e91391a43c32020c201" 2002 dependencies = [ 2003 "proc-macro2", 2004 "quote", ··· 2076 version = "1.0.13" 2077 source = "registry+https://github.com/rust-lang/crates.io-index" 2078 checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2079 + 2080 + [[package]] 2081 + name = "safe-transmute" 2082 + version = "0.11.2" 2083 + source = "registry+https://github.com/rust-lang/crates.io-index" 2084 + checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8" 2085 + 2086 + [[package]] 2087 + name = "same-file" 2088 + version = "1.0.6" 2089 + source = "registry+https://github.com/rust-lang/crates.io-index" 2090 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2091 + dependencies = [ 2092 + "winapi-util", 2093 + ] 2094 2095 [[package]] 2096 name = "schannel" ··· 2665 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 2666 2667 [[package]] 2668 + name = "walkdir" 2669 + version = "2.3.3" 2670 + source = "registry+https://github.com/rust-lang/crates.io-index" 2671 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2672 + dependencies = [ 2673 + "same-file", 2674 + "winapi-util", 2675 + ] 2676 + 2677 + [[package]] 2678 name = "want" 2679 version = "0.3.0" 2680 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2773 "log", 2774 "relm4", 2775 "relm4-components", 2776 + "relm4-icons", 2777 "version-compare", 2778 ] 2779
+2 -2
pkgs/applications/misc/watchmate/default.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "watchmate"; 16 - version = "0.4.4"; 17 18 src = fetchFromGitHub { 19 owner = "azymohliad"; 20 repo = "watchmate"; 21 rev = "v${version}"; 22 - hash = "sha256-+E1tyDfFSu3J89fXd75bdYxh+Z1zTwKL6AmMTNQBEYY="; 23 }; 24 25 cargoLock = {
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "watchmate"; 16 + version = "0.4.5"; 17 18 src = fetchFromGitHub { 19 owner = "azymohliad"; 20 repo = "watchmate"; 21 rev = "v${version}"; 22 + hash = "sha256-4L9mfZWphwXON8VgRcGrz+k62wyPzd1phtRu9HQnVdE="; 23 }; 24 25 cargoLock = {