Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
5b6c2380 a791a00d

+92 -141
+3 -3
pkgs/applications/misc/reddsaver/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "reddsaver"; 11 - version = "0.3.3"; 12 13 src = fetchFromGitHub { 14 owner = "manojkarthick"; 15 repo = "reddsaver"; 16 rev = "v${version}"; 17 - sha256 = "1czsy1bb0ja650sndwzq9rcbbhcci7s7ablw0agaynhi403shavv"; 18 }; 19 20 - cargoSha256 = "0wr6y7mfffaqdh6i5nqhx692dih159121sm6k0i37wcdvxhvd51z"; 21 22 nativeBuildInputs = [ pkg-config ]; 23 buildInputs = [ openssl ]
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "reddsaver"; 11 + version = "0.4.0"; 12 13 src = fetchFromGitHub { 14 owner = "manojkarthick"; 15 repo = "reddsaver"; 16 rev = "v${version}"; 17 + sha256 = "07xsrc0w0z7w2w0q44aqnn1ybf9vqry01v3xr96l1xzzc5mkqdzf"; 18 }; 19 20 + cargoSha256 = "0y94dywligcsqs01d228w454ssrzg31p4j8mni9flcr4v29z3rwp"; 21 22 nativeBuildInputs = [ pkg-config ]; 23 buildInputs = [ openssl ]
+6 -4
pkgs/applications/office/qownnotes/default.nix
··· 1 - { mkDerivation, lib, stdenv, fetchurl, qmake, qttools, qtbase, qtsvg, qtdeclarative, qtxmlpatterns, qtwebsockets, qtx11extras 2 - , qtwayland }: 3 4 mkDerivation rec { 5 pname = "qownnotes"; 6 - version = "21.7.4"; 7 8 src = fetchurl { 9 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 10 # Fetch the checksum of current version with curl: 11 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 12 - sha256 = "3957dc623b419582ef7ccc5cb04b8f97bed4e96e8ecc2e99bef9dca7ce255b8e"; 13 }; 14 15 nativeBuildInputs = [ qmake qttools ];
··· 1 + { mkDerivation, lib, stdenv, fetchurl 2 + , qmake, qttools, qtbase, qtsvg, qtdeclarative, qtxmlpatterns, qtwebsockets 3 + , qtx11extras, qtwayland 4 + }: 5 6 mkDerivation rec { 7 pname = "qownnotes"; 8 + version = "21.8.12"; 9 10 src = fetchurl { 11 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 12 # Fetch the checksum of current version with curl: 13 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 14 + sha256 = "85fbfb6288411ed585de85dd2cfcf3b3308eb4634824b96c5842d091da4cd476"; 15 }; 16 17 nativeBuildInputs = [ qmake qttools ];
-63
pkgs/applications/office/timetable/default.nix
··· 1 - { lib, stdenv 2 - , fetchFromGitHub 3 - , nix-update-script 4 - , glib 5 - , gtk3 6 - , vala 7 - , json-glib 8 - , libgee 9 - , meson 10 - , ninja 11 - , pkg-config 12 - , pantheon 13 - , python3 14 - , wrapGAppsHook 15 - }: 16 - 17 - 18 - stdenv.mkDerivation rec { 19 - pname = "timetable"; 20 - version = "1.1.0"; 21 - 22 - src = fetchFromGitHub { 23 - owner = "lainsce"; 24 - repo = pname; 25 - rev = version; 26 - sha256 = "12c8kdrbz6x2mlrvr0nq9y5khj0qiiwlxf7aqc2z3dnrawjgy1rb"; 27 - }; 28 - 29 - nativeBuildInputs = [ 30 - meson 31 - ninja 32 - pkg-config 33 - vala 34 - python3 35 - wrapGAppsHook 36 - ]; 37 - 38 - buildInputs = [ 39 - glib 40 - gtk3 41 - json-glib 42 - libgee 43 - pantheon.granite 44 - ]; 45 - 46 - postPatch = '' 47 - chmod +x meson/post_install.py 48 - patchShebangs meson/post_install.py 49 - ''; 50 - 51 - passthru = { 52 - updateScript = nix-update-script { 53 - attrPath = pname; 54 - }; 55 - }; 56 - 57 - meta = with lib; { 58 - description = "Plot out your own timetable for the week and organize it"; 59 - homepage = "https://github.com/lainsce/timetable"; 60 - maintainers = [ maintainers.xiorcale ] ++ pantheon.maintainers; 61 - license = licenses.gpl2Plus; 62 - }; 63 - }
···
+3 -16
pkgs/applications/version-management/mercurial/default.nix
··· 13 14 self = python3Packages.buildPythonApplication rec { 15 pname = "mercurial"; 16 - version = "5.8"; 17 18 src = fetchurl { 19 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 20 - sha256 = "17rhlmmkqz5ll3k68jfzpcifg3nndbcbc2nx7kw8xn3qcj7nlpgw"; 21 }; 22 23 - patches = [ 24 - # https://phab.mercurial-scm.org/D10638, needed for below patch to apply 25 - (fetchpatch { 26 - url = "https://www.mercurial-scm.org/repo/hg/raw-rev/c365850b611490a5fdb235eb1cea310a542c2f84"; 27 - sha256 = "1gn3xvahbjdhbglffqpmj559w1bkqqsk70wqcanwv7nh972aqy9g"; 28 - }) 29 - # https://phab.mercurial-scm.org/D10639, fixes https://bz.mercurial-scm.org/show_bug.cgi?id=6514 30 - (fetchpatch { 31 - url = "https://www.mercurial-scm.org/repo/hg/raw-rev/c8f62920f07a40af3403ba9aefa1dac8a97d53ea"; 32 - sha256 = "1kw0xjg2c4jby0ncarjvpa5qafsyl1wzbk6jxls4hnxlxdl53nmn"; 33 - }) 34 - ]; 35 - 36 format = "other"; 37 38 passthru = { inherit python; }; # pass it so that the same version can be used in hg2git ··· 40 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 41 inherit src; 42 name = "${pname}-${version}"; 43 - sha256 = "1kc2giqvfwsdl5fb0qmz96ws1gdrs3skfdzvpiif2i8f7r4nqlhd"; 44 sourceRoot = "${pname}-${version}/rust"; 45 } else null; 46 cargoRoot = if rustSupport then "rust" else null;
··· 13 14 self = python3Packages.buildPythonApplication rec { 15 pname = "mercurial"; 16 + version = "5.9.1"; 17 18 src = fetchurl { 19 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 20 + sha256 = "09wzyhyajy1dbp5kxkmvs9x8jk964wri19p5jgf83mv27i1zkvrj"; 21 }; 22 23 format = "other"; 24 25 passthru = { inherit python; }; # pass it so that the same version can be used in hg2git ··· 27 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 28 inherit src; 29 name = "${pname}-${version}"; 30 + sha256 = "1f7q0kmp46rphw38rlzh1yvpn3rdjdnzzbxzjkrjks8n1gm8baca"; 31 sourceRoot = "${pname}-${version}/rust"; 32 } else null; 33 cargoRoot = if rustSupport then "rust" else null;
+2 -2
pkgs/applications/version-management/tortoisehg/default.nix
··· 4 5 python3Packages.buildPythonApplication rec { 6 pname = "tortoisehg"; 7 - version = "5.8"; 8 9 src = fetchurl { 10 url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz"; 11 - sha256 = "154q7kyrdk045wx7rsblzx41k3wbvp2f40kzkxmiiaa5n35srsm3"; 12 }; 13 14 # Extension point for when thg's mercurial is lagging behind mainline.
··· 4 5 python3Packages.buildPythonApplication rec { 6 pname = "tortoisehg"; 7 + version = "5.9"; 8 9 src = fetchurl { 10 url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz"; 11 + sha256 = "1y8nb2b9j9qx11k1wrb9hydc94dgbsqx4yf2bv8y878hqmk1z57a"; 12 }; 13 14 # Extension point for when thg's mercurial is lagging behind mainline.
+7 -5
pkgs/development/libraries/intel-gmmlib/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub 2 , cmake 3 }: 4 ··· 7 version = "21.2.2"; 8 9 src = fetchFromGitHub { 10 - owner = "intel"; 11 - repo = "gmmlib"; 12 - rev = "${pname}-${version}"; 13 sha256 = "134l0d74ai4mqlp244nvkvg3mgzbzy20mjd274yay8g8hvb1g90v"; 14 }; 15 ··· 24 and buffer management for the Intel(R) Graphics Compute Runtime for 25 OpenCL(TM) and the Intel(R) Media Driver for VAAPI. 26 ''; 27 - platforms = [ "x86_64-linux" ]; 28 maintainers = with maintainers; [ primeos ]; 29 }; 30 }
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 , cmake 5 }: 6 ··· 9 version = "21.2.2"; 10 11 src = fetchFromGitHub { 12 + owner = "intel"; 13 + repo = "gmmlib"; 14 + rev = "${pname}-${version}"; 15 sha256 = "134l0d74ai4mqlp244nvkvg3mgzbzy20mjd274yay8g8hvb1g90v"; 16 }; 17 ··· 26 and buffer management for the Intel(R) Graphics Compute Runtime for 27 OpenCL(TM) and the Intel(R) Media Driver for VAAPI. 28 ''; 29 + platforms = [ "x86_64-linux" "i686-linux" ]; 30 maintainers = with maintainers; [ primeos ]; 31 }; 32 }
+2 -2
pkgs/development/python-modules/cogapp/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "cogapp"; 5 - version = "3.0.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "5e5da2bcfc4e4750c66cecb80ea4eaed1ef4fddd3787c989d4f5bfffb1152d6a"; 10 }; 11 12 # there are no tests
··· 2 3 buildPythonPackage rec { 4 pname = "cogapp"; 5 + version = "3.1.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "c43e374ee5ca2a35fbc68556f598bd8578eabe8a890487980bba56945b5ce9c6"; 10 }; 11 12 # there are no tests
+2 -2
pkgs/development/python-modules/exchangelib/default.nix
··· 27 28 buildPythonPackage rec { 29 pname = "exchangelib"; 30 - version = "4.5.0"; 31 disabled = pythonOlder "3.6"; 32 33 src = fetchFromGitHub { 34 owner = "ecederstrand"; 35 repo = pname; 36 rev = "v${version}"; 37 - sha256 = "sha256-MtWcqsbKls9I7Oj0UlJzWtHsNfAxk4+ojSgK50ljEfs="; 38 }; 39 40 propagatedBuildInputs = [
··· 27 28 buildPythonPackage rec { 29 pname = "exchangelib"; 30 + version = "4.5.1"; 31 disabled = pythonOlder "3.6"; 32 33 src = fetchFromGitHub { 34 owner = "ecederstrand"; 35 repo = pname; 36 rev = "v${version}"; 37 + sha256 = "0pj6rcink4awjyq1v30camilqr03kd0sb2p03fk9v4lm63d8w28f"; 38 }; 39 40 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/numpy-stl/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "numpy-stl"; 5 - version = "2.16.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "411c633d2a03c295d98fb26023a6e7f574ceead04015d06e80cdab20b630a742"; 10 }; 11 12 checkInputs = [ pytest pytest-runner ];
··· 2 3 buildPythonPackage rec { 4 pname = "numpy-stl"; 5 + version = "2.16.2"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "3e635b6fb6112a3c5e00e9e20eedab93b9b0c45ff1cc34eb7bdc0b3e922e2d77"; 10 }; 11 12 checkInputs = [ pytest pytest-runner ];
+4 -2
pkgs/development/python-modules/python-nomad/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "python-nomad"; 5 - version = "1.2.1"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "0ivkfdrmb4wpyawvwrgm3jvx6hn49vqjpwbkmkmamigghqqwacx3"; 10 }; 11 12 propagatedBuildInputs = [ requests ]; 13 14 # Tests require nomad agent 15 doCheck = false; 16 17 meta = with lib; { 18 description = "Python client library for Hashicorp Nomad";
··· 2 3 buildPythonPackage rec { 4 pname = "python-nomad"; 5 + version = "1.3.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "67731d050472923581c43a39a8f01567468e8b3c8e83465b762c99eb0e5e23bc"; 10 }; 11 12 propagatedBuildInputs = [ requests ]; 13 14 # Tests require nomad agent 15 doCheck = false; 16 + 17 + pythonImportsCheck = [ "nomad" ]; 18 19 meta = with lib; { 20 description = "Python client library for Hashicorp Nomad";
+2 -2
pkgs/development/python-modules/uproot/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "uproot"; 15 - version = "4.0.8"; 16 17 # fetch from github for tests 18 src = fetchFromGitHub { 19 owner = "scikit-hep"; 20 repo = "uproot4"; 21 rev = version; 22 - sha256 = "sha256-E9BRgyMz+3Xl8Q1zsnVtvW44FXTqs29U1oK4te0myq4="; 23 }; 24 25 propagatedBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "uproot"; 15 + version = "4.1.1"; 16 17 # fetch from github for tests 18 src = fetchFromGitHub { 19 owner = "scikit-hep"; 20 repo = "uproot4"; 21 rev = version; 22 + sha256 = "sha256-qh/rtZDE6L1IQJjzE+ns0eSG1BKbES7s3A/35hc+tXg="; 23 }; 24 25 propagatedBuildInputs = [
+3 -3
pkgs/os-specific/linux/pax-utils/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pax-utils"; 5 - version = "1.2.8"; 6 7 src = fetchurl { 8 url = "http://distfiles.gentoo.org/distfiles/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-urTIhG4dLMNmnPqSMdIdszWEHX1Y+eGc0Jn+bOYmsVc="; 10 }; 11 12 makeFlags = [ "PREFIX=$(out)" ]; ··· 20 binary files. 21 ''; 22 homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"; 23 - license = licenses.gpl2; 24 platforms = platforms.unix; 25 maintainers = with maintainers; [ thoughtpolice joachifm ]; 26 };
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pax-utils"; 5 + version = "1.3.3"; 6 7 src = fetchurl { 8 url = "http://distfiles.gentoo.org/distfiles/${pname}-${version}.tar.xz"; 9 + sha256 = "sha256-7sp/vZi8Zr6tSncADCAl2fF+qCAbhCRYgkBs4AubaxQ="; 10 }; 11 12 makeFlags = [ "PREFIX=$(out)" ]; ··· 20 binary files. 21 ''; 22 homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"; 23 + license = licenses.gpl2Only; 24 platforms = platforms.unix; 25 maintainers = with maintainers; [ thoughtpolice joachifm ]; 26 };
+2 -2
pkgs/servers/tracing/tempo/default.nix
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 - version = "1.0.1"; 5 pname = "tempo"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "grafana"; 10 repo = "tempo"; 11 - sha256 = "sha256-4QrCoz4taNXV13g+Pi0j7pTWy0hLY/qAdTOIMMuDWIA="; 12 }; 13 14 vendorSha256 = null;
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 + version = "1.1.0"; 5 pname = "tempo"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "grafana"; 10 repo = "tempo"; 11 + sha256 = "sha256-qKsgcc62HTwl7Usmp8zk4vKDo4XEJnwL+A3hoLhgBkk="; 12 }; 13 14 vendorSha256 = null;
+3 -3
pkgs/tools/filesystems/rdfind/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "rdfind"; 5 - version = "1.4.1"; 6 7 src = fetchurl { 8 url = "https://rdfind.pauldreik.se/${pname}-${version}.tar.gz"; 9 - sha256 = "132y3wwgnbpdx6f90q0yahd3nkr4cjzcy815ilc8p97b4vn17iih"; 10 }; 11 12 buildInputs = [ nettle ]; ··· 14 meta = with lib; { 15 homepage = "https://rdfind.pauldreik.se/"; 16 description = "Removes or hardlinks duplicate files very swiftly"; 17 - license = lib.licenses.gpl2; 18 maintainers = [ maintainers.wmertens ]; 19 platforms = platforms.all; 20 };
··· 2 3 stdenv.mkDerivation rec { 4 pname = "rdfind"; 5 + version = "1.5.0"; 6 7 src = fetchurl { 8 url = "https://rdfind.pauldreik.se/${pname}-${version}.tar.gz"; 9 + sha256 = "103hfqzgr6izmj57fcy4jsa2nmb1ax43q4b5ij92pcgpaq9fsl21"; 10 }; 11 12 buildInputs = [ nettle ]; ··· 14 meta = with lib; { 15 homepage = "https://rdfind.pauldreik.se/"; 16 description = "Removes or hardlinks duplicate files very swiftly"; 17 + license = licenses.gpl2Plus; 18 maintainers = [ maintainers.wmertens ]; 19 platforms = platforms.all; 20 };
+11 -11
pkgs/tools/networking/sstp/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "sstp-client"; 5 - version = "1.0.13"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/sstp-client/sstp-client/sstp-client-${version}.tar.gz"; 9 - sha256 = "06rjyncmgdy212xf9l9z6mfh4gdmgk7l4y841gb8lpbrl3y5h4ln"; 10 }; 11 12 - patchPhase = 13 - '' 14 - sed 's,/usr/sbin/pppd,${ppp}/sbin/pppd,' -i src/sstp-pppd.c 15 - sed "s,sstp-pppd-plugin.so,$out/lib/pppd/sstp-pppd-plugin.so," -i src/sstp-pppd.c 16 - ''; 17 18 configureFlags = [ 19 "--with-openssl=${openssl.dev}" ··· 22 ]; 23 24 nativeBuildInputs = [ pkg-config ]; 25 buildInputs = [ libevent openssl ppp ]; 26 27 - meta = { 28 description = "SSTP client for Linux"; 29 homepage = "http://sstp-client.sourceforge.net/"; 30 - platforms = lib.platforms.linux; 31 - maintainers = [ lib.maintainers.ktosiek ]; 32 - license = lib.licenses.gpl2; 33 }; 34 }
··· 2 3 stdenv.mkDerivation rec { 4 pname = "sstp-client"; 5 + version = "1.0.15"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/sstp-client/sstp-client/sstp-client-${version}.tar.gz"; 9 + sha256 = "sha256-hISqUfv75Big661YrSCo7hxG7XH4AL4YvNI7Qua6rWQ="; 10 }; 11 12 + postPatch = '' 13 + sed 's,/usr/sbin/pppd,${ppp}/sbin/pppd,' -i src/sstp-pppd.c 14 + sed "s,sstp-pppd-plugin.so,$out/lib/pppd/sstp-pppd-plugin.so," -i src/sstp-pppd.c 15 + ''; 16 17 configureFlags = [ 18 "--with-openssl=${openssl.dev}" ··· 21 ]; 22 23 nativeBuildInputs = [ pkg-config ]; 24 + 25 buildInputs = [ libevent openssl ppp ]; 26 27 + meta = with lib; { 28 description = "SSTP client for Linux"; 29 homepage = "http://sstp-client.sourceforge.net/"; 30 + platforms = platforms.linux; 31 + maintainers = with maintainers; [ ktosiek ]; 32 + license = licenses.gpl2Plus; 33 }; 34 }
+36 -14
pkgs/tools/security/cowpatty/default.nix
··· 1 - { lib, stdenv, fetchurl, openssl, libpcap 2 }: 3 - 4 - with lib; 5 6 stdenv.mkDerivation rec { 7 pname = "cowpatty"; 8 - version = "4.6"; 9 10 - buildInputs = [ openssl libpcap ]; 11 - 12 - src = fetchurl { 13 - url = "http://www.willhackforsushi.com/code/cowpatty/${version}/${pname}-${version}.tgz"; 14 - sha256 = "1hivh3bq2maxvqzwfw06fr7h8bbpvxzah6mpibh3wb85wl9w2gyd"; 15 }; 16 17 - installPhase = "make DESTDIR=$out BINDIR=/bin install"; 18 19 - meta = { 20 description = "Offline dictionary attack against WPA/WPA2 networks"; 21 - license = licenses.gpl2; 22 - homepage = "https://www.willhackforsushi.com/?page_id=50"; 23 - maintainers = with maintainers; [ nico202 ]; 24 platforms = platforms.linux; 25 }; 26 }
··· 1 + { lib 2 + , stdenv 3 + , clang 4 + , fetchFromGitHub 5 + , installShellFiles 6 + , openssl 7 + , libpcap 8 }: 9 10 stdenv.mkDerivation rec { 11 pname = "cowpatty"; 12 + version = "4.8"; 13 14 + src = fetchFromGitHub { 15 + owner = "joswr1ght"; 16 + repo = pname; 17 + rev = version; 18 + sha256 = "0fvwwghhd7wsx0lw2dj9rdsjnirawnq3c6silzvhi0yfnzn5fs0s"; 19 }; 20 21 + nativeBuildInputs = [ 22 + clang 23 + installShellFiles 24 + ]; 25 26 + buildInputs = [ 27 + openssl 28 + libpcap 29 + ]; 30 + 31 + makeFlags = [ 32 + "DESTDIR=$(out)" 33 + "BINDIR=/bin" 34 + ]; 35 + 36 + postInstall = '' 37 + installManPage cowpatty.1 38 + installManPage genpmk.1 39 + ''; 40 + 41 + meta = with lib; { 42 description = "Offline dictionary attack against WPA/WPA2 networks"; 43 + homepage = "https://github.com/joswr1ght/cowpatty"; 44 + license = licenses.bsd3; 45 + maintainers = with maintainers; [ nico202 fab ]; 46 platforms = platforms.linux; 47 }; 48 }
+3 -3
pkgs/tools/text/hck/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "hck"; 13 - version = "0.6.1"; 14 15 src = fetchFromGitHub { 16 owner = "sstadick"; 17 repo = pname; 18 rev = "v${version}"; 19 - sha256 = "1l1v02rvb30bcq13ww56k04nc231f7q73zgf281974d6s2qwjdwh"; 20 }; 21 22 - cargoSha256 = "1isgbzi8afbr2xkw70nxakwcb5zjzw28rgp4p7ammhfxjjxw7y93"; 23 24 nativeBuildInputs = [ cmake ]; 25
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "hck"; 13 + version = "0.6.2"; 14 15 src = fetchFromGitHub { 16 owner = "sstadick"; 17 repo = pname; 18 rev = "v${version}"; 19 + sha256 = "1xjp56asfn37kr0fsrjkil20nf372q70cijqb5ll2sq2zwjnyyzn"; 20 }; 21 22 + cargoSha256 = "12n33gwxcym5z5n762wmzcck4zmmn42kh04nwpdb3az4apghdp3z"; 23 24 nativeBuildInputs = [ cmake ]; 25
+1
pkgs/top-level/aliases.nix
··· 926 tex-gyre-termes-math = tex-gyre-math.termes; # added 2018-04-03 927 tftp_hpa = tftp-hpa; # added 2015-04-03 928 timescale-prometheus = promscale; # added 2020-09-29 929 tomcat7 = throw "tomcat7 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16 930 tomcat8 = throw "tomcat8 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16 931 tomcat85 = throw "tomcat85 has been removed from nixpkgs as it has reached end of life."; # added 2020-03-11
··· 926 tex-gyre-termes-math = tex-gyre-math.termes; # added 2018-04-03 927 tftp_hpa = tftp-hpa; # added 2015-04-03 928 timescale-prometheus = promscale; # added 2020-09-29 929 + timetable = throw "timetable has been removed, as the upstream project has been abandoned"; # added 2021-09-05 930 tomcat7 = throw "tomcat7 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16 931 tomcat8 = throw "tomcat8 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16 932 tomcat85 = throw "tomcat85 has been removed from nixpkgs as it has reached end of life."; # added 2020-03-11
-2
pkgs/top-level/all-packages.nix
··· 9483 9484 timetrap = callPackage ../applications/office/timetrap { }; 9485 9486 - timetable = callPackage ../applications/office/timetable { }; 9487 - 9488 timekeeper = callPackage ../applications/office/timekeeper { }; 9489 9490 timezonemap = callPackage ../development/libraries/timezonemap { };
··· 9483 9484 timetrap = callPackage ../applications/office/timetrap { }; 9485 9486 timekeeper = callPackage ../applications/office/timekeeper { }; 9487 9488 timezonemap = callPackage ../development/libraries/timezonemap { };