Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 0dec4025 57ceaf3f

+295 -150
+7
maintainers/maintainer-list.nix
··· 7433 githubId = 7673602; 7434 name = "Jonathan Ringer"; 7435 }; 7436 jordanisaacs = { 7437 name = "Jordan Isaacs"; 7438 email = "nix@jdisaacs.com";
··· 7433 githubId = 7673602; 7434 name = "Jonathan Ringer"; 7435 }; 7436 + jopejoe1 = { 7437 + email = "johannes@joens.email"; 7438 + matrix = "@jopejoe1:matrix.org"; 7439 + github = "jopejoe1"; 7440 + githubId = 34899572; 7441 + name = "Johannes Jöns"; 7442 + }; 7443 jordanisaacs = { 7444 name = "Jordan Isaacs"; 7445 email = "nix@jdisaacs.com";
+1 -1
nixos/modules/programs/ssh.nix
··· 240 [ 241 ./known_hosts 242 (writeText "github.keys" ''' 243 - github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== 244 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 245 github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl 246 ''')
··· 240 [ 241 ./known_hosts 242 (writeText "github.keys" ''' 243 + github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk= 244 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 245 github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl 246 ''')
+2
nixos/tests/all-tests.nix
··· 221 fenics = handleTest ./fenics.nix {}; 222 ferm = handleTest ./ferm.nix {}; 223 firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; }; 224 firefox-esr = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job 225 firefox-esr-102 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-102; }; 226 firejail = handleTest ./firejail.nix {};
··· 221 fenics = handleTest ./fenics.nix {}; 222 ferm = handleTest ./ferm.nix {}; 223 firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; }; 224 + firefox-beta = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-beta; }; 225 + firefox-devedition = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-devedition; }; 226 firefox-esr = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job 227 firefox-esr-102 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-102; }; 228 firejail = handleTest ./firejail.nix {};
+2 -2
pkgs/applications/audio/musikcube/default.nix
··· 32 33 stdenv.mkDerivation rec { 34 pname = "musikcube"; 35 - version = "0.99.5"; 36 37 src = fetchFromGitHub { 38 owner = "clangen"; 39 repo = pname; 40 rev = version; 41 - sha256 = "sha256-SbWL36GRIJPSvxZyj6sebJxTkSPsUcsKyC3TmcIq2O0"; 42 }; 43 44 outputs = [ "out" "dev" ];
··· 32 33 stdenv.mkDerivation rec { 34 pname = "musikcube"; 35 + version = "0.99.6"; 36 37 src = fetchFromGitHub { 38 owner = "clangen"; 39 repo = pname; 40 rev = version; 41 + sha256 = "sha256-D25P254iaOsS0TyAKAiarDP37D4U9Dw7mdvUin/Qblc="; 42 }; 43 44 outputs = [ "out" "dev" ];
+2 -2
pkgs/applications/audio/snd/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "snd"; 8 - version = "23.1"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/snd/snd-${version}.tar.gz"; 12 - sha256 = "sha256-zNXA/HFUCTxKzeKde/XVK239dInnxkPBmxXrlicl1fI="; 13 }; 14 15 nativeBuildInputs = [ pkg-config ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "snd"; 8 + version = "23.2"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/snd/snd-${version}.tar.gz"; 12 + sha256 = "sha256-MLBFK34RgpEoK2reA+Ik35pY5YuzetDU1Wz9yAPQhEc="; 13 }; 14 15 nativeBuildInputs = [ pkg-config ];
+2 -2
pkgs/applications/misc/heimer/default.nix
··· 8 9 mkDerivation rec { 10 pname = "heimer"; 11 - version = "4.0.0"; 12 13 src = fetchFromGitHub { 14 owner = "juzzlin"; 15 repo = pname; 16 rev = version; 17 - hash = "sha256-sp3iy28Bc+gOvivHA8OPG8vf7otjeaPk6Iy4BhT/SaU="; 18 }; 19 20 nativeBuildInputs = [
··· 8 9 mkDerivation rec { 10 pname = "heimer"; 11 + version = "4.1.0"; 12 13 src = fetchFromGitHub { 14 owner = "juzzlin"; 15 repo = pname; 16 rev = version; 17 + hash = "sha256-cq8rRz1mfDPzTRVG++vccI2YewSKQqd1RAJbgB3TS5E="; 18 }; 19 20 nativeBuildInputs = [
+2 -2
pkgs/applications/misc/klayout/default.nix
··· 5 6 mkDerivation rec { 7 pname = "klayout"; 8 - version = "0.28.5"; 9 10 src = fetchFromGitHub { 11 owner = "KLayout"; 12 repo = "klayout"; 13 rev = "v${version}"; 14 - hash = "sha256-fjKxQ3oVtnFwzLeeE6kN0jKE5PIfBZubTF54KO+k/DE="; 15 }; 16 17 postPatch = ''
··· 5 6 mkDerivation rec { 7 pname = "klayout"; 8 + version = "0.28.6"; 9 10 src = fetchFromGitHub { 11 owner = "KLayout"; 12 repo = "klayout"; 13 rev = "v${version}"; 14 + hash = "sha256-Errpn2GHxVncum+6zriM9OrhrCDK8EtD2ZYVYPoyabk="; 15 }; 16 17 postPatch = ''
+2 -2
pkgs/applications/networking/asn/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "asn"; 18 - version = "0.72.1"; 19 20 src = fetchFromGitHub { 21 owner = "nitefood"; 22 repo = "asn"; 23 rev = "v${version}"; 24 - sha256 = "sha256-2JGc1PhvmuZFT6c6UcxHKttHqWF+NsekqnYtdGKgU2U="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
··· 15 16 stdenv.mkDerivation rec { 17 pname = "asn"; 18 + version = "0.73"; 19 20 src = fetchFromGitHub { 21 owner = "nitefood"; 22 repo = "asn"; 23 rev = "v${version}"; 24 + sha256 = "sha256-z0vjYU6k+6p/lASqOase91aqkUvmuy8sUBjsq2OPnxE="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
+38
pkgs/applications/networking/browsers/badwolf/default.nix
···
··· 1 + { stdenv 2 + , lib 3 + , fetchgit 4 + , pkg-config 5 + , wrapGAppsHook 6 + , webkitgtk 7 + , libxml2 8 + , glib 9 + , glib-networking 10 + , gettext 11 + }: 12 + stdenv.mkDerivation rec { 13 + pname = "badwolf"; 14 + version = "1.2.2"; 15 + 16 + src = fetchgit { 17 + url = "git://hacktivis.me/git/badwolf.git"; 18 + rev = "v${version}"; 19 + hash = "sha256-HfAsq6z+1kqMAsNxJjWJx9nd2cbv0XN4KRS8cYuhOsQ="; 20 + }; 21 + 22 + preConfigure = '' 23 + export PREFIX=$out 24 + ''; 25 + 26 + nativeBuildInputs = [ pkg-config wrapGAppsHook ]; 27 + 28 + buildInputs = [ webkitgtk libxml2 gettext glib glib-networking ]; 29 + 30 + meta = with lib; { 31 + description = "Minimalist and privacy-oriented WebKitGTK+ browser"; 32 + homepage = "https://hacktivis.me/projects/badwolf"; 33 + license = licenses.bsd3; 34 + platforms = platforms.linux; 35 + maintainers = with maintainers; [ laalsaas ]; 36 + }; 37 + 38 + }
+2
pkgs/applications/networking/browsers/firefox/common.nix
··· 5 , binaryName ? "firefox" 6 , application ? "browser" 7 , applicationName ? "Mozilla Firefox" 8 , src 9 , unpackPhase ? null 10 , extraPatches ? [] ··· 390 ] 391 ++ lib.optionals enableDebugSymbols [ "--disable-strip" "--disable-install-strip" ] 392 ++ lib.optional enableOfficialBranding "--enable-official-branding" 393 ++ extraConfigureFlags; 394 395 buildInputs = [
··· 5 , binaryName ? "firefox" 6 , application ? "browser" 7 , applicationName ? "Mozilla Firefox" 8 + , branding ? null 9 , src 10 , unpackPhase ? null 11 , extraPatches ? [] ··· 391 ] 392 ++ lib.optionals enableDebugSymbols [ "--disable-strip" "--disable-install-strip" ] 393 ++ lib.optional enableOfficialBranding "--enable-official-branding" 394 + ++ lib.optional (branding != null) "--with-branding=${branding}" 395 ++ extraConfigureFlags; 396 397 buildInputs = [
+56
pkgs/applications/networking/browsers/firefox/packages.nix
··· 27 }; 28 }; 29 30 firefox-esr-102 = buildMozillaMach rec { 31 pname = "firefox-esr-102"; 32 version = "102.9.0esr";
··· 27 }; 28 }; 29 30 + firefox-beta = buildMozillaMach rec { 31 + pname = "firefox-beta"; 32 + version = "112.0b6"; 33 + applicationName = "Mozilla Firefox Beta"; 34 + src = fetchurl { 35 + url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz"; 36 + sha512 = "sha512-3Ae3IilmvG7twTaFnKs0TJpiuzLERdrjToTmE644VFeK2GpRgaXgFRfsSB32cyAE+zXPYN/fub8sUoPAHLMbvg=="; 37 + }; 38 + 39 + meta = { 40 + description = "A web browser built from Firefox Beta Release source tree"; 41 + homepage = "http://www.mozilla.com/en-US/firefox/"; 42 + maintainers = with lib.maintainers; [ jopejoe1 ]; 43 + platforms = lib.platforms.unix; 44 + badPlatforms = lib.platforms.darwin; 45 + broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". 46 + # not in `badPlatforms` because cross-compilation on 64-bit machine might work. 47 + maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115) 48 + license = lib.licenses.mpl20; 49 + }; 50 + tests = [ nixosTests.firefox-beta ]; 51 + updateScript = callPackage ./update.nix { 52 + attrPath = "firefox-beta-unwrapped"; 53 + versionSuffix = "b[0-9]*"; 54 + }; 55 + }; 56 + 57 + firefox-devedition = buildMozillaMach rec { 58 + pname = "firefox-devedition"; 59 + version = "112.0b6"; 60 + applicationName = "Mozilla Firefox Developer Edition"; 61 + branding = "browser/branding/aurora"; 62 + src = fetchurl { 63 + url = "mirror://mozilla/devedition/releases/${version}/source/firefox-${version}.source.tar.xz"; 64 + sha512 = "sha512-UJjZ4HFaO6XUpFt+d61KXdliN3FW0BDHFpwt4f6/pv6Rv10mxeRUnGKZDomoLwv+yCgN3EKDZ+iPA9FzkLxZCQ=="; 65 + }; 66 + 67 + meta = { 68 + description = "A web browser built from Firefox Developer Edition source tree"; 69 + homepage = "http://www.mozilla.com/en-US/firefox/"; 70 + maintainers = with lib.maintainers; [ jopejoe1 ]; 71 + platforms = lib.platforms.unix; 72 + badPlatforms = lib.platforms.darwin; 73 + broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". 74 + # not in `badPlatforms` because cross-compilation on 64-bit machine might work. 75 + maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115) 76 + license = lib.licenses.mpl20; 77 + }; 78 + tests = [ nixosTests.firefox-devedition ]; 79 + updateScript = callPackage ./update.nix { 80 + attrPath = "firefox-devedition-unwrapped"; 81 + versionSuffix = "b[0-9]*"; 82 + baseUrl = "https://archive.mozilla.org/pub/devedition/releases/"; 83 + }; 84 + }; 85 + 86 firefox-esr-102 = buildMozillaMach rec { 87 pname = "firefox-esr-102"; 88 version = "102.9.0esr";
+3 -3
pkgs/applications/networking/cluster/linkerd/edge.nix
··· 2 3 (callPackage ./generic.nix { }) { 4 channel = "edge"; 5 - version = "23.3.2"; 6 - sha256 = "1vbi24nd8mh7vpzxy6qbjd3b7ifg16yc6abb8yvnqvxws8klpj8f"; 7 - vendorSha256 = "sha256-sWNaCmh1fbtJOIHMwA4XAyGUNWpqME+PfmbxSFfH4ws="; 8 }
··· 2 3 (callPackage ./generic.nix { }) { 4 channel = "edge"; 5 + version = "23.3.3"; 6 + sha256 = "014s1g7v8187ipk5y2azjbrvx6lxhrafkr4k78d7gxpirk50dwhy"; 7 + vendorSha256 = "sha256-kcAtu/YrCgPPamPMEEUUwGBPdiCT9oGQEuYoIq9vGow="; 8 }
+3 -3
pkgs/applications/networking/cluster/pachyderm/default.nix
··· 2 3 buildGoModule rec { 4 pname = "pachyderm"; 5 - version = "2.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "pachyderm"; 9 repo = "pachyderm"; 10 rev = "v${version}"; 11 - hash = "sha256-HFIDss01nxBoRQI+Hu8Q02pnIg4DWe7XROl0Z33oubI="; 12 }; 13 14 - vendorHash = "sha256-MVcbeQ4qAX9zVlT81yZd5xvo1ggVNpCZJozBoql2W9o="; 15 16 subPackages = [ "src/server/cmd/pachctl" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "pachyderm"; 5 + version = "2.5.2"; 6 7 src = fetchFromGitHub { 8 owner = "pachyderm"; 9 repo = "pachyderm"; 10 rev = "v${version}"; 11 + hash = "sha256-COtOYR1toSr+oiRZ5Hfbgfy2InF9jFThT0ozwrcSVio="; 12 }; 13 14 + vendorHash = "sha256-XmIPifozTYd1rV2wm0dU0GPvg/+HFoSLGHB6DDrkzVc="; 15 16 subPackages = [ "src/server/cmd/pachctl" ]; 17
+2 -2
pkgs/applications/networking/hpmyroom/default.nix
··· 4 }: 5 mkDerivation rec { 6 pname = "hpmyroom"; 7 - version = "12.1.1.0257"; 8 9 src = fetchurl { 10 url = "https://www.myroom.hpe.com/downloadfiles/${pname}-${version}.x86_64.rpm"; 11 - sha256 = "1xm41v324zq1x5awgb7fr238f7ml7vq6jrfh84358i5shgha1g2k"; 12 }; 13 14 nativeBuildInputs = [
··· 4 }: 5 mkDerivation rec { 6 pname = "hpmyroom"; 7 + version = "12.9.0.0601"; 8 9 src = fetchurl { 10 url = "https://www.myroom.hpe.com/downloadfiles/${pname}-${version}.x86_64.rpm"; 11 + sha256 = "sha256-1BC4EjCCLAuCIOV+jJn3pfKKW7UJI5tfC+wg0FUgB64="; 12 }; 13 14 nativeBuildInputs = [
+2 -2
pkgs/applications/networking/mullvad-vpn/default.nix
··· 43 44 stdenv.mkDerivation rec { 45 pname = "mullvad-vpn"; 46 - version = "2023.1"; 47 48 src = fetchurl { 49 url = "https://github.com/mullvad/mullvadvpn-app/releases/download/${version}/MullvadVPN-${version}_amd64.deb"; 50 - sha256 = "sha256-+Nh4CYjivjrCmohzQMSjb9z5bgACAvot5oUABPUFExQ="; 51 }; 52 53 nativeBuildInputs = [
··· 43 44 stdenv.mkDerivation rec { 45 pname = "mullvad-vpn"; 46 + version = "2023.2"; 47 48 src = fetchurl { 49 url = "https://github.com/mullvad/mullvadvpn-app/releases/download/${version}/MullvadVPN-${version}_amd64.deb"; 50 + sha256 = "sha256-3evIB8IW0bioRqtpAdCRQhDywu8xPMN1oxhqQGIBANY="; 51 }; 52 53 nativeBuildInputs = [
+2 -2
pkgs/applications/networking/newsreaders/liferea/default.nix
··· 24 25 stdenv.mkDerivation rec { 26 pname = "liferea"; 27 - version = "1.14.1"; 28 29 src = fetchurl { 30 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; 31 - sha256 = "5g74oN+NiKm/hnBLZvDxnAcBuP6B4y1Nsvb6nShZBnw="; 32 }; 33 34 nativeBuildInputs = [
··· 24 25 stdenv.mkDerivation rec { 26 pname = "liferea"; 27 + version = "1.14.2"; 28 29 src = fetchurl { 30 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; 31 + sha256 = "aXgw3MwleHDw2yNbs5Cin687xVTLxeNwBt94c1b4fXQ="; 32 }; 33 34 nativeBuildInputs = [
+2 -2
pkgs/applications/science/biology/diamond/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "diamond"; 5 - version = "2.1.5"; 6 7 src = fetchFromGitHub { 8 owner = "bbuchfink"; 9 repo = "diamond"; 10 rev = "v${version}"; 11 - sha256 = "sha256-ud11GNuDL1HDNaAzkNB/ebuPJR4wgWYy49zBr93BtSo="; 12 }; 13 14
··· 2 3 stdenv.mkDerivation rec { 4 pname = "diamond"; 5 + version = "2.1.6"; 6 7 src = fetchFromGitHub { 8 owner = "bbuchfink"; 9 repo = "diamond"; 10 rev = "v${version}"; 11 + sha256 = "sha256-2FxJTF/fF/Xi0TglXDlf3sSwncv2f6gc129nTbk8YU0="; 12 }; 13 14
+24 -5
pkgs/applications/version-management/git-dive/default.nix
··· 4 , pkg-config 5 # libgit2-sys doesn't support libgit2 1.6 yet 6 , libgit2_1_5 7 , zlib 8 }: 9 10 rustPlatform.buildRustPackage rec { 11 pname = "git-dive"; 12 - version = "0.1.4"; 13 14 src = fetchFromGitHub { 15 owner = "gitext-rs"; 16 repo = "git-dive"; 17 rev = "v${version}"; 18 - hash = "sha256-nl6JEVOU5eDntPOItYCooBi3zx2ceyRLtelr97uYiOY="; 19 }; 20 21 - cargoHash = "sha256-johUvl2hPlgn+2wgFJUR6/pR7lx1NzE4ralcjhVqkik="; 22 23 nativeBuildInputs = [ 24 pkg-config ··· 26 27 buildInputs = [ 28 libgit2_1_5 29 zlib 30 ]; 31 32 checkFlags = [ 33 # requires internet access 34 "--skip=screenshot" 35 ]; 36 37 - # don't use vendored libgit2 38 - buildNoDefaultFeatures = true; 39 40 meta = with lib; { 41 description = "Dive into a file's history to find root cause";
··· 4 , pkg-config 5 # libgit2-sys doesn't support libgit2 1.6 yet 6 , libgit2_1_5 7 + , oniguruma 8 , zlib 9 + , stdenv 10 + , darwin 11 + , git 12 }: 13 14 rustPlatform.buildRustPackage rec { 15 pname = "git-dive"; 16 + version = "0.1.5"; 17 18 src = fetchFromGitHub { 19 owner = "gitext-rs"; 20 repo = "git-dive"; 21 rev = "v${version}"; 22 + hash = "sha256-LOvrPId/GBWPq73hdCdaMNKH7K7cmGmlkepkQiwGC60="; 23 }; 24 25 + cargoHash = "sha256-JDybjIUjj9ivJ5hJJB9bvGB18TdwEXQZfKfXPkyopK0="; 26 27 nativeBuildInputs = [ 28 pkg-config ··· 30 31 buildInputs = [ 32 libgit2_1_5 33 + oniguruma 34 zlib 35 + ] ++ lib.optionals stdenv.isDarwin [ 36 + darwin.apple_sdk.frameworks.Security 37 ]; 38 39 + nativeCheckInputs = [ 40 + git 41 + ]; 42 + 43 + # don't use vendored libgit2 44 + buildNoDefaultFeatures = true; 45 + 46 checkFlags = [ 47 # requires internet access 48 "--skip=screenshot" 49 ]; 50 51 + preCheck = '' 52 + export HOME=$(mktemp -d) 53 + git config --global user.name nixbld 54 + git config --global user.email nixbld@example.com 55 + ''; 56 + 57 + RUSTONIG_SYSTEM_LIBONIG = true; 58 59 meta = with lib; { 60 description = "Dive into a file's history to find root cause";
+2 -2
pkgs/applications/video/filebot/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "filebot"; 7 - version = "4.9.6"; 8 9 src = fetchurl { 10 url = "https://web.archive.org/web/20220305095926/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz"; 11 - sha256 = "sha256-3j0WmmamE9KUNwjOVZvrdFH5dS/9FHSdbLfcAsOzQOo="; 12 }; 13 14 unpackPhase = "tar xvf $src";
··· 4 5 stdenv.mkDerivation rec { 6 pname = "filebot"; 7 + version = "5.0.1"; 8 9 src = fetchurl { 10 url = "https://web.archive.org/web/20220305095926/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz"; 11 + sha256 = "sha256-0d0+o8ZiF1m83AasjoxUDNtUSquy69wFY1m1oYeybFw="; 12 }; 13 14 unpackPhase = "tar xvf $src";
+2 -2
pkgs/development/compilers/tvm/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "tvm"; 5 - version = "0.11.0"; 6 7 src = fetchFromGitHub { 8 owner = "apache"; 9 repo = "incubator-tvm"; 10 rev = "v${version}"; 11 fetchSubmodules = true; 12 - sha256 = "sha256-feFOmpbC2lN3oH7NiCK9mCjBKTfjpI3JqLNad9MUk9A="; 13 }; 14 15 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "tvm"; 5 + version = "0.11.1"; 6 7 src = fetchFromGitHub { 8 owner = "apache"; 9 repo = "incubator-tvm"; 10 rev = "v${version}"; 11 fetchSubmodules = true; 12 + sha256 = "sha256-D6j5KHx7I9UmcI6SSuDMYQE/4ae9ZfDef1bdIzryefk="; 13 }; 14 15 nativeBuildInputs = [ cmake ];
+9 -2
pkgs/development/haskell-modules/configuration-common.nix
··· 621 Euterpea = doJailbreak super.Euterpea; 622 623 # Install icons, metadata and cli program. 624 - bustle = overrideCabal (drv: { 625 buildDepends = [ pkgs.libpcap ]; 626 buildTools = with pkgs.buildPackages; [ gettext perl help2man ]; 627 postInstall = '' 628 make install PREFIX=$out 629 ''; 630 - }) super.bustle; 631 632 # Byte-compile elisp code for Emacs. 633 ghc-mod = overrideCabal (drv: {
··· 621 Euterpea = doJailbreak super.Euterpea; 622 623 # Install icons, metadata and cli program. 624 + bustle = appendPatches [ 625 + # Fix build with libpcap 1.10.2 626 + # https://gitlab.freedesktop.org/bustle/bustle/-/merge_requests/21 627 + (pkgs.fetchpatch { 628 + url = "https://gitlab.freedesktop.org/bustle/bustle/-/commit/77e2de892cd359f779c84739682431a66eb8cf31.patch"; 629 + hash = "sha256-sPb6/Z/ANids53aL9VsMHa/v5y+TA1ZY3jwAXlEH3Ec="; 630 + }) 631 + ] (overrideCabal (drv: { 632 buildDepends = [ pkgs.libpcap ]; 633 buildTools = with pkgs.buildPackages; [ gettext perl help2man ]; 634 postInstall = '' 635 make install PREFIX=$out 636 ''; 637 + }) super.bustle); 638 639 # Byte-compile elisp code for Emacs. 640 ghc-mod = overrideCabal (drv: {
+2 -2
pkgs/development/libraries/expected-lite/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "expected-lite"; 10 - version = "0.6.2"; 11 12 src = fetchFromGitHub { 13 owner = "martinmoene"; 14 repo = "expected-lite"; 15 rev = "v${version}"; 16 - hash = "sha256-d3lFpi62QPZKVt/QeBV7MoH3QltSg5dsUI3dIUArPpA="; 17 }; 18 19 nativeBuildInputs = [ cmake ninja ];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "expected-lite"; 10 + version = "0.6.3"; 11 12 src = fetchFromGitHub { 13 owner = "martinmoene"; 14 repo = "expected-lite"; 15 rev = "v${version}"; 16 + hash = "sha256-Qvu/YmkivfXVGM4ZPLVt3XmOEnKWcmHpbb9xJyC2qDQ="; 17 }; 18 19 nativeBuildInputs = [ cmake ninja ];
+2 -2
pkgs/development/libraries/gloox/default.nix
··· 7 8 stdenv.mkDerivation rec{ 9 pname = "gloox"; 10 - version = "1.0.24"; 11 12 src = fetchurl { 13 url = "https://camaya.net/download/gloox-${version}.tar.bz2"; 14 - sha256 = "1jgrd07qr9jvbb5hcmhrqz4w4lvwc51m30jls1fgxf1f5az6455f"; 15 }; 16 17 # needed since gcc12
··· 7 8 stdenv.mkDerivation rec{ 9 pname = "gloox"; 10 + version = "1.0.26"; 11 12 src = fetchurl { 13 url = "https://camaya.net/download/gloox-${version}.tar.bz2"; 14 + sha256 = "sha256-a0WzkNOwNGo89swRjVzK/N8Q1RvlegKwB27fBkAzq28="; 15 }; 16 17 # needed since gcc12
+2 -2
pkgs/development/libraries/java/jflex/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "jflex"; 5 - version = "1.8.2"; 6 7 src = fetchurl { 8 url = "http://jflex.de/release/jflex-${version}.tar.gz"; 9 - sha256 = "1ar7g6zb2xjgnws3j4cqcp86jplhc9av8cpcjdmxw08x6igd5q51"; 10 }; 11 12 sourceRoot = "${pname}-${version}";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "jflex"; 5 + version = "1.9.1"; 6 7 src = fetchurl { 8 url = "http://jflex.de/release/jflex-${version}.tar.gz"; 9 + sha256 = "sha256-4MHp7vkf9t8E1z+l6v8T86ArZ5/uFHTlzK4AciTfbfY="; 10 }; 11 12 sourceRoot = "${pname}-${version}";
+2 -2
pkgs/development/libraries/libgbinder/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libgbinder"; 5 - version = "1.1.32"; 6 7 src = fetchFromGitHub { 8 owner = "mer-hybris"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-/sOshlPcqKEdH5muusXg6Q9QfSgRYyCJMmtRM5mT/kQ="; 12 }; 13 14 outputs = [ "out" "dev" ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libgbinder"; 5 + version = "1.1.33"; 6 7 src = fetchFromGitHub { 8 owner = "mer-hybris"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-tVvW7cbgj2t251SzUchfVEnHgLVgdkTLyGpQfn6VYow="; 12 }; 13 14 outputs = [ "out" "dev" ];
+3 -1
pkgs/development/libraries/librep/default.nix
··· 31 readline 32 ]; 33 34 setupHook = ./setup-hook.sh; 35 36 meta = with lib;{ ··· 44 license = licenses.gpl2Plus; 45 maintainers = [ maintainers.AndersonTorres ]; 46 platforms = platforms.unix; 47 - broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/librep.x86_64-darwin 48 }; 49 } 50 # TODO: investigate fetchFromGithub
··· 31 readline 32 ]; 33 34 + # ensure libsystem/ctype functions don't get duplicated when using clang 35 + configureFlags = lib.optionals stdenv.isDarwin [ "CFLAGS=-std=gnu89" ]; 36 + 37 setupHook = ./setup-hook.sh; 38 39 meta = with lib;{ ··· 47 license = licenses.gpl2Plus; 48 maintainers = [ maintainers.AndersonTorres ]; 49 platforms = platforms.unix; 50 }; 51 } 52 # TODO: investigate fetchFromGithub
+2 -2
pkgs/development/libraries/libyang/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "libyang"; 18 - version = "2.1.30"; 19 20 src = fetchFromGitHub { 21 owner = "CESNET"; 22 repo = "libyang"; 23 rev = "v${version}"; 24 - sha256 = "sha256-EtAm6VbxTDNOEna5zCnGW23CPWlAxe4LpWwXmLPvo/Y="; 25 }; 26 27 nativeBuildInputs = [
··· 15 16 stdenv.mkDerivation rec { 17 pname = "libyang"; 18 + version = "2.1.55"; 19 20 src = fetchFromGitHub { 21 owner = "CESNET"; 22 repo = "libyang"; 23 rev = "v${version}"; 24 + sha256 = "sha256-fNVhsZPjqdMOmESy/MinjdaNE5jWMWSeVidAs9JGV38="; 25 }; 26 27 nativeBuildInputs = [
+4 -3
pkgs/development/libraries/qt-5/5.15/default.nix
··· 18 , developerBuild ? false 19 , decryptSslTraffic ? false 20 , debug ? false 21 }: 22 23 let ··· 118 119 callPackage = self.newScope { inherit qtCompatVersion qtModule srcs stdenv; }; 120 in { 121 - 122 - # remove before 23.11 123 - overrideScope' = lib.warn "qt5 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope; 124 125 inherit callPackage qtCompatVersion qtModule srcs; 126 ··· 226 propagatedBuildInputs = [ self.qtbase.dev buildPackages.makeWrapper ] 227 ++ lib.optional stdenv.isLinux self.qtwayland.dev; 228 } ../hooks/wrap-qt-apps-hook.sh; 229 }; 230 231 in makeScopeWithSplicing (generateSplicesForMkScope "qt5") (_: {}) (_: {}) addPackages
··· 18 , developerBuild ? false 19 , decryptSslTraffic ? false 20 , debug ? false 21 + , config 22 }: 23 24 let ··· 119 120 callPackage = self.newScope { inherit qtCompatVersion qtModule srcs stdenv; }; 121 in { 122 123 inherit callPackage qtCompatVersion qtModule srcs; 124 ··· 224 propagatedBuildInputs = [ self.qtbase.dev buildPackages.makeWrapper ] 225 ++ lib.optional stdenv.isLinux self.qtwayland.dev; 226 } ../hooks/wrap-qt-apps-hook.sh; 227 + } // lib.optionalAttrs config.allowAliases { 228 + # remove before 23.11 229 + overrideScope' = lib.warn "qt5 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope; 230 }; 231 232 in makeScopeWithSplicing (generateSplicesForMkScope "qt5") (_: {}) (_: {}) addPackages
+1 -1
pkgs/development/libraries/rocclr/default.nix
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "rocclr"; 11 - version = "5.4.3"; 12 13 src = fetchFromGitHub { 14 owner = "ROCm-Developer-Tools";
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "rocclr"; 11 + version = "5.4.4"; 12 13 src = fetchFromGitHub { 14 owner = "ROCm-Developer-Tools";
+2 -2
pkgs/development/libraries/zlib-ng/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "zlib-ng"; 8 - version = "2.0.6"; 9 10 src = fetchFromGitHub { 11 owner = "zlib-ng"; 12 repo = "zlib-ng"; 13 rev = version; 14 - sha256 = "sha256-8siO8NY+hIkYmumqglirh7HulRIyWSwsyGkAbHSFuhw="; 15 }; 16 17 outputs = [ "out" "dev" "bin" ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "zlib-ng"; 8 + version = "2.0.7"; 9 10 src = fetchFromGitHub { 11 owner = "zlib-ng"; 12 repo = "zlib-ng"; 13 rev = version; 14 + sha256 = "sha256-Q+u71XXfHafmTL8tmk4XcgpbSdBIunveL9Q78LqiZF0="; 15 }; 16 17 outputs = [ "out" "dev" "bin" ];
+3 -3
pkgs/development/tools/continuous-integration/dagger/default.nix
··· 2 3 buildGoModule rec { 4 pname = "dagger"; 5 - version = "0.4.0"; 6 7 src = fetchFromGitHub { 8 owner = "dagger"; 9 repo = "dagger"; 10 rev = "v${version}"; 11 - hash = "sha256-xSEO1UD5piTFBBdse45yPAXKEwUm2tCxvwNTrlfgRNk="; 12 }; 13 14 - vendorHash = "sha256-nBlebDN1TsB+RFArl5fR3xyz5FWr4wOxL+9oWVvOpwI="; 15 proxyVendor = true; 16 17 subPackages = [
··· 2 3 buildGoModule rec { 4 pname = "dagger"; 5 + version = "0.4.1"; 6 7 src = fetchFromGitHub { 8 owner = "dagger"; 9 repo = "dagger"; 10 rev = "v${version}"; 11 + hash = "sha256-d7Yz5MgV5l54uGbQPmGUVZuz4xdGO+gSiI9/6Axqsb0="; 12 }; 13 14 + vendorHash = "sha256-fRHs2B/pea9FIqPpOaR6z3do+tpnaGlKTbwfF/smC4w="; 15 proxyVendor = true; 16 17 subPackages = [
+3 -3
pkgs/development/tools/database/clickhouse-backup/default.nix
··· 7 8 buildGoModule rec { 9 pname = "clickhouse-backup"; 10 - version = "2.1.3"; 11 12 src = fetchFromGitHub { 13 owner = "AlexAkulov"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-RaThNBTRBECSeSeJOQ2UsrkBHjSjrS91vIRF/4MGek4="; 17 }; 18 19 - vendorSha256 = "sha256-sSN+HAUC9rJc9XMTG8H+Zg7mzZSVxn6Z7dixJ10mOuM="; 20 21 ldflags = [ 22 "-X main.version=${version}"
··· 7 8 buildGoModule rec { 9 pname = "clickhouse-backup"; 10 + version = "2.2.0"; 11 12 src = fetchFromGitHub { 13 owner = "AlexAkulov"; 14 repo = pname; 15 rev = "v${version}"; 16 + sha256 = "sha256-rIsDoODY8+fi6MXPnco6gB8vAmamtGtz5tE+0Wjjqes="; 17 }; 18 19 + vendorHash = "sha256-fdo4mZKDuAxuKi9z34rCiZXawG8q1fjI4FzeJgp3iFs="; 20 21 ldflags = [ 22 "-X main.version=${version}"
+2 -2
pkgs/development/tools/database/dbmate/default.nix
··· 2 3 buildGoModule rec { 4 pname = "dbmate"; 5 - version = "2.0.1"; 6 7 src = fetchFromGitHub { 8 owner = "amacneil"; 9 repo = "dbmate"; 10 rev = "v${version}"; 11 - sha256 = "sha256-zARaxjzVTi90BkwPOyfGYk3mBHRoAGMOe2LPlJB4Mvo="; 12 }; 13 14 vendorHash = "sha256-NZ2HVFViU8Vzwyo33cueNJwdCT4exZlB7g4WgoWKZBE=";
··· 2 3 buildGoModule rec { 4 pname = "dbmate"; 5 + version = "2.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "amacneil"; 9 repo = "dbmate"; 10 rev = "v${version}"; 11 + sha256 = "sha256-yqxFty6nguYpl/7HYuLLUAkKrxD4ICg5bh+StEocL7s="; 12 }; 13 14 vendorHash = "sha256-NZ2HVFViU8Vzwyo33cueNJwdCT4exZlB7g4WgoWKZBE=";
+2 -2
pkgs/development/tools/datree/default.nix
··· 8 9 buildGoModule rec { 10 pname = "datree"; 11 - version = "1.8.42"; 12 13 src = fetchFromGitHub { 14 owner = "datreeio"; 15 repo = "datree"; 16 rev = "refs/tags/${version}"; 17 - hash = "sha256-8oA0AgmEARlX8q1FjeFFOSMN9hing/4z3zqfqzhMyfs="; 18 }; 19 20 vendorHash = "sha256-MrVIpr2iwddW3yUeBuDfeg+Xo9Iarr/fp4Rc4WGYGeU=";
··· 8 9 buildGoModule rec { 10 pname = "datree"; 11 + version = "1.8.45"; 12 13 src = fetchFromGitHub { 14 owner = "datreeio"; 15 repo = "datree"; 16 rev = "refs/tags/${version}"; 17 + hash = "sha256-11bwb8Nnr5RmRes/qUAoxMJ9vpwkIyB1113X3HDjYKA="; 18 }; 19 20 vendorHash = "sha256-MrVIpr2iwddW3yUeBuDfeg+Xo9Iarr/fp4Rc4WGYGeU=";
+3 -3
pkgs/development/tools/go-minimock/default.nix
··· 2 3 buildGoModule rec { 4 pname = "go-minimock"; 5 - version = "3.1.1"; 6 7 src = fetchFromGitHub { 8 owner = "gojuno"; 9 repo = "minimock"; 10 rev = "v${version}"; 11 - sha256 = "sha256-t7k4zpZrbaCwTZTngPlJGEmJOVl8onfIPVb2XGXuH5s="; 12 }; 13 14 ldflags = [ 15 "-s" "-w" "-X main.version=${version}" 16 ]; 17 18 - vendorHash = "sha256-9KKnJQ5eM0UpO1tHebbEVnqwVJZnrls4KXi6BzlgZgM="; 19 20 doCheck = true; 21
··· 2 3 buildGoModule rec { 4 pname = "go-minimock"; 5 + version = "3.1.2"; 6 7 src = fetchFromGitHub { 8 owner = "gojuno"; 9 repo = "minimock"; 10 rev = "v${version}"; 11 + sha256 = "sha256-r1P9uLIxdDDI+slWO/K3nKf5gmsCEVfephrR+ZCXhBE="; 12 }; 13 14 ldflags = [ 15 "-s" "-w" "-X main.version=${version}" 16 ]; 17 18 + vendorHash = "sha256-fiSU2NB9rWIPQLdnui5CB5VcadTVUg2JaO3ma7DAYqo="; 19 20 doCheck = true; 21
+3 -3
pkgs/development/tools/hcloud/default.nix
··· 2 3 buildGoModule rec { 4 pname = "hcloud"; 5 - version = "1.31.1"; 6 7 src = fetchFromGitHub { 8 owner = "hetznercloud"; 9 repo = "cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-GyUobaU8ZJG/LrMM2LevBBhZN70grx6iJIMRxBRMqBg="; 12 }; 13 14 - vendorSha256 = "sha256-sSsu8p9dHLzJRWSLQHQNMmoziOrlDL4BoLIcBo2REbQ="; 15 16 ldflags = [ 17 "-s" "-w"
··· 2 3 buildGoModule rec { 4 pname = "hcloud"; 5 + version = "1.32.0"; 6 7 src = fetchFromGitHub { 8 owner = "hetznercloud"; 9 repo = "cli"; 10 rev = "v${version}"; 11 + sha256 = "sha256-sYoi33Pmre8NHcew/DTKk8eNFqo89Rw19r5akNfm26Y="; 12 }; 13 14 + vendorHash = "sha256-RP4hSHIKeVJVrpauxgTo9caxO57i9IG9geLKAz5ZHyY="; 15 16 ldflags = [ 17 "-s" "-w"
+3 -3
pkgs/development/tools/language-servers/beancount-language-server/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "beancount-language-server"; 8 - version = "1.2.5"; 9 10 src = fetchFromGitHub { 11 owner = "polarmutex"; 12 repo = "beancount-language-server"; 13 rev = "v${version}"; 14 - sha256 = "sha256-AbljduMz4mz5InsHKCq0K6i9F/lBgvdy0+W8aclr0R0="; 15 }; 16 17 - cargoSha256 = "sha256-jrxVMGJk4o9aROtFZBc8G/HP5xm9MjVyewww1DzrRdM="; 18 19 doInstallCheck = true; 20 postInstallCheck = ''
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "beancount-language-server"; 8 + version = "1.3.0"; 9 10 src = fetchFromGitHub { 11 owner = "polarmutex"; 12 repo = "beancount-language-server"; 13 rev = "v${version}"; 14 + sha256 = "sha256-X3Mun5ZooipUkkcgEOC7ou0d1upABjmMs9MegPBXPyQ="; 15 }; 16 17 + cargoHash = "sha256-OI/MGcFOJHEZJfqCz/+CxHB3VSn6joS7L7FqRYrS4us="; 18 19 doInstallCheck = true; 20 postInstallCheck = ''
+2 -2
pkgs/development/tools/language-servers/lua-language-server/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "lua-language-server"; 5 - version = "3.6.17"; 6 7 src = fetchFromGitHub { 8 owner = "luals"; 9 repo = "lua-language-server"; 10 rev = version; 11 - sha256 = "sha256-/AvyiE9r7aEPRDc486CER4B5/9NWh7BhI3y3ieDMxQU="; 12 fetchSubmodules = true; 13 }; 14
··· 2 3 stdenv.mkDerivation rec { 4 pname = "lua-language-server"; 5 + version = "3.6.18"; 6 7 src = fetchFromGitHub { 8 owner = "luals"; 9 repo = "lua-language-server"; 10 rev = version; 11 + sha256 = "sha256-EnrJ5CBqE+KLXMZajMex3h6lxBjQBMoL1AxpiHGmGOE="; 12 fetchSubmodules = true; 13 }; 14
+3 -3
pkgs/development/tools/operator-sdk/default.nix
··· 7 8 buildGoModule rec { 9 pname = "operator-sdk"; 10 - version = "1.27.0"; 11 12 src = fetchFromGitHub { 13 owner = "operator-framework"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-rvLWM6G2kOOuFU0JuwdIjSCFNyjBNL+fOoEj+tIR190="; 17 }; 18 19 - vendorHash = "sha256-L+Z1k+z/XNO9OeTQVzNJd1caRip6Ti8mPfNmXJx5D5c="; 20 21 nativeBuildInputs = [ 22 makeWrapper
··· 7 8 buildGoModule rec { 9 pname = "operator-sdk"; 10 + version = "1.28.0"; 11 12 src = fetchFromGitHub { 13 owner = "operator-framework"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 + hash = "sha256-n7lJnTeMZQVSNG98WPlqjFD0cJfMr1zRh8uAie2JiRM="; 17 }; 18 19 + vendorHash = "sha256-ZWOIF3vmtoXzdGHHzjPy/351bHzMTTXcgSRBso+ixyM="; 20 21 nativeBuildInputs = [ 22 makeWrapper
+2 -2
pkgs/development/tools/parsing/re-flex/default.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "re-flex"; 12 - version = "3.3.1"; 13 14 src = fetchFromGitHub { 15 owner = "Genivia"; 16 repo = "RE-flex"; 17 rev = "v${version}"; 18 - sha256 = "w3ecuUa7lBtRv071acBIZGcpjBZD4UvVQdUzT7qWiMo="; 19 }; 20 21 nativeBuildInputs = [ boost autoconf automake ];
··· 9 10 stdenv.mkDerivation rec { 11 pname = "re-flex"; 12 + version = "3.3.2"; 13 14 src = fetchFromGitHub { 15 owner = "Genivia"; 16 repo = "RE-flex"; 17 rev = "v${version}"; 18 + sha256 = "sha256-nThI0o9m2AM8LTew3TX/lz80kxGoq87geaYw/VokIVk="; 19 }; 20 21 nativeBuildInputs = [ boost autoconf automake ];
+3 -3
pkgs/development/tools/rust/cargo-expand/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cargo-expand"; 8 - version = "1.0.39"; 9 10 src = fetchFromGitHub { 11 owner = "dtolnay"; 12 repo = pname; 13 rev = version; 14 - sha256 = "sha256-wJyCRg6qvkjjaFuFK6hTqt3u7ugFKAc9K4M/BojND6o="; 15 }; 16 17 - cargoHash = "sha256-n4fraxlMtkVNNmteVBoS6BlS0qE6bpFL/fKRp2pjxIs="; 18 19 meta = with lib; { 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cargo-expand"; 8 + version = "1.0.43"; 9 10 src = fetchFromGitHub { 11 owner = "dtolnay"; 12 repo = pname; 13 rev = version; 14 + sha256 = "sha256-oBgTuMcDB2E+/YSq+uj9caoHqR/2N7B9HMOevh0c2Ok="; 15 }; 16 17 + cargoHash = "sha256-n2Z/Dra4kpxeV4lSTSdg5/mFdZFNfPkKm68jokBrKUo="; 18 19 meta = with lib; { 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
+3 -3
pkgs/development/tools/rust/cargo-spellcheck/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "cargo-spellcheck"; 11 - version = "0.12.3"; 12 13 src = fetchFromGitHub { 14 owner = "drahnr"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-XFbpRESpx3ALpWcS29yFXv8vjizc1srHazvDy0jxF94="; 18 }; 19 20 - cargoSha256 = "sha256-2DoBvkriSUtgxzZgwt3leEVaqqzfpRNC0YB5sekhje4="; 21 22 buildInputs = lib.optional stdenv.isDarwin Security; 23
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "cargo-spellcheck"; 11 + version = "0.12.4"; 12 13 src = fetchFromGitHub { 14 owner = "drahnr"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-h9114HFWIsJn95pJ3QoDokNgAkE6KFjDt5Rt85vT7zw="; 18 }; 19 20 + cargoSha256 = "sha256-hYCDpSKi7HlqwdnMnfnKw46VpO+bhsV11kIu/4yMaBw="; 21 22 buildInputs = lib.optional stdenv.isDarwin Security; 23
+3 -3
pkgs/development/tools/rust/typeshare/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "typeshare"; 9 - version = "1.2.0"; 10 11 src = fetchFromGitHub { 12 owner = "1password"; 13 repo = "typeshare"; 14 rev = "v${version}"; 15 - hash = "sha256-zY1Z2TT1D3mgnnepRih88U+tpPQWWnAtxt5yAVuoBbk="; 16 }; 17 18 - cargoHash = "sha256-kMmjuPR5h2sVcnilUVt0SEZYcOEgXzM8fPC6Ljg6+d0="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "typeshare"; 9 + version = "1.3.0"; 10 11 src = fetchFromGitHub { 12 owner = "1password"; 13 repo = "typeshare"; 14 rev = "v${version}"; 15 + hash = "sha256-rP5d85/wGNimzOgsNDaX/QHZsGU5HoBAJsrETBKtRF4="; 16 }; 17 18 + cargoHash = "sha256-55DBzItGgUs6TroDeOAJPd7Koy4cyUV8SdqxUhKXwrU="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21
+3 -3
pkgs/development/tools/sentry-cli/default.nix
··· 9 }: 10 rustPlatform.buildRustPackage rec { 11 pname = "sentry-cli"; 12 - version = "2.14.4"; 13 14 src = fetchFromGitHub { 15 owner = "getsentry"; 16 repo = "sentry-cli"; 17 rev = version; 18 - sha256 = "sha256-7uZPtMu6U6T5TwwnMy/xy7dKVl77Exmj1U3ue6S/rrI="; 19 }; 20 doCheck = false; 21 ··· 25 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 26 nativeBuildInputs = [ pkg-config ]; 27 28 - cargoHash = "sha256-tezeakmPtujtdr1nc2anaJAWCJ3lS2L/LsH8qa1O3tI="; 29 30 meta = with lib; { 31 homepage = "https://docs.sentry.io/cli/";
··· 9 }: 10 rustPlatform.buildRustPackage rec { 11 pname = "sentry-cli"; 12 + version = "2.15.2"; 13 14 src = fetchFromGitHub { 15 owner = "getsentry"; 16 repo = "sentry-cli"; 17 rev = version; 18 + sha256 = "sha256-niPQC9h/7D6nHgC+eKjY4gQwrhN0OxB5QlhKInI4LpA="; 19 }; 20 doCheck = false; 21 ··· 25 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 26 nativeBuildInputs = [ pkg-config ]; 27 28 + cargoHash = "sha256-hsVYbIfhKYAxW9hqxWJ2GrutDZGLDLR3vGhanl1PND4="; 29 30 meta = with lib; { 31 homepage = "https://docs.sentry.io/cli/";
+3 -3
pkgs/development/tools/sq/default.nix
··· 2 3 buildGoModule rec { 4 pname = "sq"; 5 - version = "0.24.4"; 6 7 src = fetchFromGitHub { 8 owner = "neilotoole"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-oUr0qNqy2rcSMSpNed2ynrArscOgdIu/u8DgiJxr080="; 12 }; 13 14 - vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc="; 15 16 proxyVendor = true; 17
··· 2 3 buildGoModule rec { 4 pname = "sq"; 5 + version = "0.25.1"; 6 7 src = fetchFromGitHub { 8 owner = "neilotoole"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-FYEgCXXcVhm6vv1QT8UqCBo+/o0dAPwbR3ZNB72MrGI="; 12 }; 13 14 + vendorHash = "sha256-Kcl0/txbq7+xA6826SzSrZx4L02GHcXG5ciKmkrtWLI="; 15 16 proxyVendor = true; 17
+3 -3
pkgs/development/tools/wasm-pack/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "wasm-pack"; 12 - version = "0.10.3"; 13 14 src = fetchFromGitHub { 15 owner = "rustwasm"; 16 repo = "wasm-pack"; 17 rev = "v${version}"; 18 - sha256 = "sha256-5AhHh/ycoNhhCH30RXvW6MyJkscrjFW+pvudw0MXieU="; 19 }; 20 21 - cargoSha256 = "sha256-4TKu9O5jLac5kLZF53DGjxEPize8jZm2B+CurelzSuo="; 22 23 nativeBuildInputs = [ pkg-config ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "wasm-pack"; 12 + version = "0.11.0"; 13 14 src = fetchFromGitHub { 15 owner = "rustwasm"; 16 repo = "wasm-pack"; 17 rev = "v${version}"; 18 + sha256 = "sha256-3iwXoYnmrZsbwFUR41uI/4jnCF0OjeRO7UqVDaGJJbQ="; 19 }; 20 21 + cargoHash = "sha256-Z0hmJ4/o9DNYz3JVXGgaDfw1JNcvvTCLngmhIDiVR6E="; 22 23 nativeBuildInputs = [ pkg-config ]; 24
+3 -3
pkgs/servers/http/dufs/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dufs"; 5 - version = "0.32.0"; 6 7 src = fetchFromGitHub { 8 owner = "sigoden"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-kUKqZEphEohBR8f6Y5j5QEFeLI14iaivKWVPimSiLkg="; 12 }; 13 14 - cargoHash = "sha256-rqMrsll82Ij0ZwYKJuC4st9sNrGFYB3x44vAOcUTtHQ="; 15 16 nativeBuildInputs = lib.optionals stdenv.isLinux [ 17 pkg-config
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dufs"; 5 + version = "0.33.0"; 6 7 src = fetchFromGitHub { 8 owner = "sigoden"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-ZcKNpKlyGMFPNiWA28zG5gh0gWxI4IKGP6vs9OBhxQU="; 12 }; 13 14 + cargoHash = "sha256-Ihq00dfjsJX2rNclfyYKp8a0U120+0YLZyvMO1yvBYw="; 15 16 nativeBuildInputs = lib.optionals stdenv.isLinux [ 17 pkg-config
+2 -2
pkgs/servers/identd/oidentd/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "oidentd"; 5 - version = "3.0.0"; 6 nativeBuildInputs = [ bison flex ]; 7 8 src = fetchurl { 9 url = "https://files.janikrabe.com/pub/oidentd/releases/${version}/${pname}-${version}.tar.gz"; 10 - sha256 = "sha256-j+ekHTUf4Ny4a43/FoSARDowWTglJmvqrY3PlF2Jnio="; 11 }; 12 13 meta = with lib; {
··· 2 3 stdenv.mkDerivation rec { 4 pname = "oidentd"; 5 + version = "3.1.0"; 6 nativeBuildInputs = [ bison flex ]; 7 8 src = fetchurl { 9 url = "https://files.janikrabe.com/pub/oidentd/releases/${version}/${pname}-${version}.tar.gz"; 10 + sha256 = "sha256-yyvcnabxNkcIMOiZBjvoOm/pEjrGXFt4W4SG5lprkbc="; 11 }; 12 13 meta = with lib; {
+2 -2
pkgs/servers/misc/oven-media-engine/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "oven-media-engine"; 22 - version = "0.15.3"; 23 24 src = fetchFromGitHub { 25 owner = "AirenSoft"; 26 repo = "OvenMediaEngine"; 27 rev = "v${version}"; 28 - sha256 = "sha256-HbtKEWDCT6DpJYc25I+WZw6HwZeeYRUz+OzPcf8bCfw="; 29 }; 30 31 sourceRoot = "source/src";
··· 19 20 stdenv.mkDerivation rec { 21 pname = "oven-media-engine"; 22 + version = "0.15.5"; 23 24 src = fetchFromGitHub { 25 owner = "AirenSoft"; 26 repo = "OvenMediaEngine"; 27 rev = "v${version}"; 28 + sha256 = "sha256-W4+DZLVXW6HlfuQQhjJDJPDXTe00BQGiR5xoHPb7+4w="; 29 }; 30 31 sourceRoot = "source/src";
+4 -4
pkgs/servers/nextcloud/default.nix
··· 40 }; 41 in { 42 nextcloud24 = generic { 43 - version = "24.0.10"; 44 - sha256 = "sha256-B6+0gO9wn39BpcR0IsIuMa81DH8TWuDOlTZR9O1qRbk="; 45 }; 46 47 nextcloud25 = generic { 48 - version = "25.0.4"; 49 - sha256 = "sha256-wyUeAIOpQwPi1piLNS87Mwgqeacmsw/3RnCbD+hpoaY="; 50 }; 51 52 nextcloud26 = generic {
··· 40 }; 41 in { 42 nextcloud24 = generic { 43 + version = "24.0.11"; 44 + sha256 = "sha256-ipsg4rulhRnatEW9VwUJLvOEtX5ZiK7MXK3AU8Q9qIo="; 45 }; 46 47 nextcloud25 = generic { 48 + version = "25.0.5"; 49 + sha256 = "sha256-xtxjLYPGK9V0GvUzXcE7awzeYQZNPNmlHuDmtHeMqaU="; 50 }; 51 52 nextcloud26 = generic {
+1 -1
pkgs/servers/nextcloud/patches/v25/0001-Setup-remove-custom-dbuser-creation-behavior.patch
··· 138 - // Therefore we assume that the database is only used by one user/service which is Nextcloud 139 - // Additional services should get installed in a separate database in order to stay secure 140 - // Also see https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS 141 - - $connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO ' . addslashes($this->dbUser)); 142 - $connectionMainDatabase->close(); 143 - } 144
··· 138 - // Therefore we assume that the database is only used by one user/service which is Nextcloud 139 - // Additional services should get installed in a separate database in order to stay secure 140 - // Also see https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS 141 + - $connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO "' . addslashes($this->dbUser) . '"'); 142 - $connectionMainDatabase->close(); 143 - } 144
+3 -3
pkgs/servers/oxigraph/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxigraph"; 11 - version = "0.3.13"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-iw+sXLKK4zvJNgJjDgZcckUqXdexvZYtsafo5cq7j6o="; 18 fetchSubmodules = true; 19 }; 20 21 - cargoHash = "sha256-FUn5hsfQCCfKhJl2yayLZtsi1n1p4ayfGt8gvjS+mCg="; 22 23 nativeBuildInputs = [ 24 rustPlatform.bindgenHook
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxigraph"; 11 + version = "0.3.14"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-BiPK0eFlKtGQ7m0LaVeeXp5gz+C1UW0JK7L8Nc21rKU="; 18 fetchSubmodules = true; 19 }; 20 21 + cargoHash = "sha256-VGXnUdJDbD8bGdXRbIkC4wgAmSUK2gh/XEYLaPfaaLg="; 22 23 nativeBuildInputs = [ 24 rustPlatform.bindgenHook
+2 -2
pkgs/servers/pocketbase/default.nix
··· 5 6 buildGoModule rec { 7 pname = "pocketbase"; 8 - version = "0.13.3"; 9 10 src = fetchFromGitHub { 11 owner = "pocketbase"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-arW8mj2UkQE0285m4HzbcvPkpcohFYYZYUM9A+tZ4yg="; 15 }; 16 17 vendorHash = "sha256-hvziOq5zyYwWcvqa23IzHXj/DT27MAcNVegYR38beJ4=";
··· 5 6 buildGoModule rec { 7 pname = "pocketbase"; 8 + version = "0.13.4"; 9 10 src = fetchFromGitHub { 11 owner = "pocketbase"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-i07tgzyvv3wBZK2dNBDCxfgtWB3wfsKO/x+SZeDOtaw="; 15 }; 16 17 vendorHash = "sha256-hvziOq5zyYwWcvqa23IzHXj/DT27MAcNVegYR38beJ4=";
+3 -3
pkgs/servers/search/qdrant/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "qdrant"; 13 - version = "1.0.3"; 14 15 src = fetchFromGitHub { 16 owner = "qdrant"; 17 repo = "qdrant"; 18 rev = "refs/tags/v${version}"; 19 - sha256 = "sha256-r47mfyuM3z3SKbUi1bz8cz7BS/X8/tsIOAMKavNTgN4="; 20 }; 21 22 - cargoHash = "sha256-EwB0Vz0NyKCek2rn1QHqk5zpReMjP0o46ajete9KmWk="; 23 24 prePatch = lib.optionalString stdenv.isAarch64 '' 25 substituteInPlace .cargo/config.toml \
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "qdrant"; 13 + version = "1.1.0"; 14 15 src = fetchFromGitHub { 16 owner = "qdrant"; 17 repo = "qdrant"; 18 rev = "refs/tags/v${version}"; 19 + sha256 = "sha256-mNprwomTVg/C75tPciQ4J8bb42ejpVKy/RSRcQySdvU="; 20 }; 21 22 + cargoHash = "sha256-HXKV5TaEXlrfbmoPgeS5cPKurmcwOm0ts1IVX7TvjGg="; 23 24 prePatch = lib.optionalString stdenv.isAarch64 '' 25 substituteInPlace .cargo/config.toml \
+3 -3
pkgs/tools/admin/kics/default.nix
··· 8 9 buildGoModule rec { 10 pname = "kics"; 11 - version = "1.6.11"; 12 13 src = fetchFromGitHub { 14 owner = "Checkmarx"; 15 repo = "kics"; 16 rev = "v${version}"; 17 - sha256 = "sha256-0tUm6+nfmrAoeigk+mhDMoQAbXBPLeuWyJqfcI5KbTY="; 18 }; 19 20 - vendorHash = "sha256-7QiLZG8V7OtQldLwXjYnDGExIWhWpShPf3p8EVighBA="; 21 22 subPackages = [ "cmd/console" ]; 23
··· 8 9 buildGoModule rec { 10 pname = "kics"; 11 + version = "1.6.12"; 12 13 src = fetchFromGitHub { 14 owner = "Checkmarx"; 15 repo = "kics"; 16 rev = "v${version}"; 17 + sha256 = "sha256-aVApx9NEMNbM5e0wh23qrSe/cvcXLxzLhpIfA8PZFnA="; 18 }; 19 20 + vendorHash = "sha256-fFqqLbhMWhEoJR7gAwJuQ+hXFVBJPtPldQ3l+btRe68="; 21 22 subPackages = [ "cmd/console" ]; 23
+2 -2
pkgs/tools/archivers/fsarchiver/default.nix
··· 3 , libgcrypt, e2fsprogs, util-linux, libgpg-error }: 4 5 let 6 - version = "0.8.6"; 7 8 in stdenv.mkDerivation { 9 pname = "fsarchiver"; ··· 13 owner = "fdupoux"; 14 repo = "fsarchiver"; 15 rev = version; 16 - sha256 = "sha256-7AfCI4abcUijobEl6FO+5A/FRwxPkNko44u85WbTwuc="; 17 }; 18 19 nativeBuildInputs = [
··· 3 , libgcrypt, e2fsprogs, util-linux, libgpg-error }: 4 5 let 6 + version = "0.8.7"; 7 8 in stdenv.mkDerivation { 9 pname = "fsarchiver"; ··· 13 owner = "fdupoux"; 14 repo = "fsarchiver"; 15 rev = version; 16 + sha256 = "sha256-1ZIqFgB05gV1L7P/AIL4qfYT4cNMp75QElEM64BXyO8="; 17 }; 18 19 nativeBuildInputs = [
+2 -2
pkgs/tools/audio/audiowaveform/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "audiowaveform"; 5 - version = "1.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "bbc"; 9 repo = "audiowaveform"; 10 rev = version; 11 - sha256 = "sha256-Q0SPTBk2102AmmJftYprPWbYcAqgfeoOYWH6x2mqByA="; 12 }; 13 14 nativeBuildInputs = [ cmake gtest ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "audiowaveform"; 5 + version = "1.7.1"; 6 7 src = fetchFromGitHub { 8 owner = "bbc"; 9 repo = "audiowaveform"; 10 rev = version; 11 + sha256 = "sha256-DxVEAe9j4BAMrfMiaxDfkGvL6CCT/v5oKTrxmgkHuyM="; 12 }; 13 14 nativeBuildInputs = [ cmake gtest ];
+2 -2
pkgs/tools/backup/pgbackrest/default.nix
··· 13 }: 14 stdenv.mkDerivation rec { 15 pname = "pgbackrest"; 16 - version = "2.44"; 17 18 src = fetchFromGitHub { 19 owner = "pgbackrest"; 20 repo = "pgbackrest"; 21 rev = "release/${version}"; 22 - sha256 = "sha256-N56HUW1JZNvaqzU01xaZ8BsFA2KW4z8ixulPngYCIY0="; 23 }; 24 25 nativeBuildInputs = [ pkg-config ];
··· 13 }: 14 stdenv.mkDerivation rec { 15 pname = "pgbackrest"; 16 + version = "2.45"; 17 18 src = fetchFromGitHub { 19 owner = "pgbackrest"; 20 repo = "pgbackrest"; 21 rev = "release/${version}"; 22 + sha256 = "sha256-wm7wNxxwRAmFG7ZsZMR8TXp+xVu673g6w95afLalnc8="; 23 }; 24 25 nativeBuildInputs = [ pkg-config ];
+2 -2
pkgs/tools/filesystems/fuse-overlayfs/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "fuse-overlayfs"; 5 - version = "1.10"; 6 7 src = fetchFromGitHub { 8 owner = "containers"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-l48VZ+CNw2O66A2kcxvnyDafsXdYfBCZdFK3bMHPsCA="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "fuse-overlayfs"; 5 + version = "1.11"; 6 7 src = fetchFromGitHub { 8 owner = "containers"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-BrZ+af5WmIEFC1NwpcVqxol4b4aFxj1wnvxDGx20SBA="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];
+2 -2
pkgs/tools/misc/asdf-vm/default.nix
··· 37 ''; 38 in stdenv.mkDerivation rec { 39 pname = "asdf-vm"; 40 - version = "0.11.2"; 41 42 src = fetchFromGitHub { 43 owner = "asdf-vm"; 44 repo = "asdf"; 45 rev = "v${version}"; 46 - sha256 = "sha256-ZNmqWDjPEtmQhDUTkTw0Gy2pox1PyRK4U9Q0vxjZSlw="; 47 }; 48 49 nativeBuildInputs = [
··· 37 ''; 38 in stdenv.mkDerivation rec { 39 pname = "asdf-vm"; 40 + version = "0.11.3"; 41 42 src = fetchFromGitHub { 43 owner = "asdf-vm"; 44 repo = "asdf"; 45 rev = "v${version}"; 46 + sha256 = "sha256-4y0XamKIZ7kftrsSb87qLizTBO6b2fdAyPauslwzo8c="; 47 }; 48 49 nativeBuildInputs = [
+3 -3
pkgs/tools/misc/boxxy/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "boxxy"; 9 - version = "0.3.6"; 10 11 src = fetchFromGitHub { 12 owner = "queer"; 13 repo = "boxxy"; 14 rev = "v${version}"; 15 - hash = "sha256-Iy4PDtqjAqZ8MKPAnPqLqsd+d37PB57fJE8C1fOdfQ4="; 16 }; 17 18 - cargoHash = "sha256-wBSgdVNoGksvMFcRRAvYXrIw12BlW40zSPOmboGuVhQ="; 19 20 meta = with lib; { 21 description = "Puts bad Linux applications in a box with only their files";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "boxxy"; 9 + version = "0.4.0"; 10 11 src = fetchFromGitHub { 12 owner = "queer"; 13 repo = "boxxy"; 14 rev = "v${version}"; 15 + hash = "sha256-842vddqxxWh64uYrSk0bugx5hhhCnliSO1zoTmm5iVk="; 16 }; 17 18 + cargoHash = "sha256-BwdGed5PvlPxtx0FcT4G7RG0M8fAUOuX7c+uR/m0Sz4="; 19 20 meta = with lib; { 21 description = "Puts bad Linux applications in a box with only their files";
+2 -2
pkgs/tools/misc/esphome/default.nix
··· 16 in 17 python.pkgs.buildPythonApplication rec { 18 pname = "esphome"; 19 - version = "2023.3.0"; 20 format = "setuptools"; 21 22 src = fetchFromGitHub { 23 owner = pname; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-L5sSB2RXBAE85idScv0zordi4TKiOiVt2HZpxB6e8H0="; 27 }; 28 29 postPatch = ''
··· 16 in 17 python.pkgs.buildPythonApplication rec { 18 pname = "esphome"; 19 + version = "2023.3.1"; 20 format = "setuptools"; 21 22 src = fetchFromGitHub { 23 owner = pname; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-h35V6tg6TewqJiZ4T5t6RNNaT2JEzqhbnJgH6xqqqzs="; 27 }; 28 29 postPatch = ''
+2 -2
pkgs/tools/misc/mongodb-compass/default.nix
··· 33 }: 34 35 let 36 - version = "1.35.0"; 37 38 rpath = lib.makeLibraryPath [ 39 alsa-lib ··· 82 if stdenv.hostPlatform.system == "x86_64-linux" then 83 fetchurl { 84 url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb"; 85 - sha256 = "sha256-XSnhv395X0G6n7G3MQxvoSBOrS3chV6fLjmxXRaSJUQ="; 86 } 87 else 88 throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
··· 33 }: 34 35 let 36 + version = "1.36.1"; 37 38 rpath = lib.makeLibraryPath [ 39 alsa-lib ··· 82 if stdenv.hostPlatform.system == "x86_64-linux" then 83 fetchurl { 84 url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb"; 85 + sha256 = "sha256-nM4Afka2dTjI9xn3cu23ACoj5qIFH4c7tJTNLmD23Jw="; 86 } 87 else 88 throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
+3 -3
pkgs/tools/networking/brook/default.nix
··· 2 3 buildGoModule rec { 4 pname = "brook"; 5 - version = "20230122"; 6 7 src = fetchFromGitHub { 8 owner = "txthinking"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-M4AYbHbnRDvG55AvfRpcdpK4MU/cM1RBqn0JzhsKgsk="; 12 }; 13 14 - vendorHash = "sha256-sJbWAytX3JhFbaTwZHgGNv9rPNTwn0v/bbeaIsfyBro="; 15 16 meta = with lib; { 17 homepage = "https://github.com/txthinking/brook";
··· 2 3 buildGoModule rec { 4 pname = "brook"; 5 + version = "20230401"; 6 7 src = fetchFromGitHub { 8 owner = "txthinking"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-PVkdK1wcY3PaeixEG4StV1AmYPit6pQNErcALmV2LXc="; 12 }; 13 14 + vendorHash = "sha256-7h+rMfFFpcsfZa6tw/o0uRIDw4g3g+dwd9y2Ysg2NJc="; 15 16 meta = with lib; { 17 homepage = "https://github.com/txthinking/brook";
+3 -3
pkgs/tools/security/badrobot/default.nix
··· 2 3 buildGoModule rec { 4 pname = "badrobot"; 5 - version = "0.1.2"; 6 7 src = fetchFromGitHub { 8 owner = "controlplaneio"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-LGoNM8wu1qaq4cVEzR723/cueZlndE1Z2PCYEOU+nPQ="; 12 }; 13 - vendorSha256 = "sha256-FS4kFVi+3NOJOfWfy5m/hDrQvCzpmsNSB/PliF6cVps="; 14 15 nativeBuildInputs = [ installShellFiles ]; 16
··· 2 3 buildGoModule rec { 4 pname = "badrobot"; 5 + version = "0.1.3"; 6 7 src = fetchFromGitHub { 8 owner = "controlplaneio"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-mLBJLeB85QeC4PYH4FyOI8lHz1OxIJlJbqgDfXTNnhM="; 12 }; 13 + vendorHash = "sha256-SB7gGgm7BwMSo4ocKX4UGB+OdjVY92S5YZfOmTl4VEk="; 14 15 nativeBuildInputs = [ installShellFiles ]; 16
+2 -2
pkgs/tools/security/ccid/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ccid"; 5 - version = "1.5.1"; 6 7 src = fetchurl { 8 url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-56eMOY7A1hek+YuscNW2T3hokoTdCuh9RpLihX8Rc3c="; 10 }; 11 12 postPatch = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ccid"; 5 + version = "1.5.2"; 6 7 src = fetchurl { 8 url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2"; 9 + sha256 = "sha256-E5NEh+b4tI9pmhbTZ8x6GvejyodN5yGsbpYzvrhuchk="; 10 }; 11 12 postPatch = ''
+5 -1
pkgs/tools/text/robodoc/default.nix
··· 15 sha256 = "l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE="; 16 }; 17 18 nativeBuildInputs = [ autoreconfHook ]; 19 20 hardeningDisable = [ "format" ]; 21 22 meta = with lib; { 23 - broken = stdenv.isDarwin; 24 homepage = "https://github.com/gumpu/ROBODoc"; 25 description = "Documentation Extraction Tool"; 26 longDescription = ''
··· 15 sha256 = "l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE="; 16 }; 17 18 + postConfigure = lib.optionalString stdenv.isDarwin '' 19 + substituteInPlace Docs/makefile.am \ 20 + --replace 'man1_MANS = robodoc.1 robohdrs.1' 'man1_MANS =' 21 + ''; 22 + 23 nativeBuildInputs = [ autoreconfHook ]; 24 25 hardeningDisable = [ "format" ]; 26 27 meta = with lib; { 28 homepage = "https://github.com/gumpu/ROBODoc"; 29 description = "Documentation Extraction Tool"; 30 longDescription = ''
+2 -2
pkgs/tools/wayland/swayimg/default.nix
··· 22 }: 23 stdenv.mkDerivation rec { 24 pname = "swayimg"; 25 - version = "1.10"; 26 27 src = fetchFromGitHub { 28 owner = "artemsen"; 29 repo = pname; 30 rev = "v${version}"; 31 - sha256 = "sha256-Iq7T00hvr9Mv50V/GKJBddjoeHdFa2DneVaXyxhMCE0="; 32 }; 33 34 strictDeps = true;
··· 22 }: 23 stdenv.mkDerivation rec { 24 pname = "swayimg"; 25 + version = "1.11"; 26 27 src = fetchFromGitHub { 28 owner = "artemsen"; 29 repo = pname; 30 rev = "v${version}"; 31 + sha256 = "sha256-UwIufR3EwbpNVHD1GypV3qNgiqDRllwtxAM0CZPodn0="; 32 }; 33 34 strictDeps = true;
+9 -2
pkgs/top-level/all-packages.nix
··· 23170 bison cups dconf harfbuzz libGL perl gtk3 python3 23171 darwin buildPackages; 23172 inherit (__splicedPackages.gst_all_1) gstreamer gst-plugins-base; 23173 stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv; 23174 }); 23175 ··· 28797 28798 inherit (gnome) baobab; 28799 28800 backintime-common = callPackage ../applications/networking/sync/backintime/common.nix { }; 28801 28802 backintime-qt = libsForQt5.callPackage ../applications/networking/sync/backintime/qt.nix { }; ··· 30054 firefoxPackages = recurseIntoAttrs (callPackage ../applications/networking/browsers/firefox/packages.nix {}); 30055 30056 firefox-unwrapped = firefoxPackages.firefox; 30057 firefox-esr-102-unwrapped = firefoxPackages.firefox-esr-102; 30058 firefox-esr-unwrapped = firefoxPackages.firefox-esr-102; 30059 30060 firefox = wrapFirefox firefox-unwrapped { }; 30061 30062 firefox-esr = firefox-esr-102; 30063 firefox-esr-102 = wrapFirefox firefox-esr-102-unwrapped { }; ··· 33482 snapper = callPackage ../tools/misc/snapper { }; 33483 snapper-gui = callPackage ../applications/misc/snapper-gui { }; 33484 33485 - snd = callPackage ../applications/audio/snd { 33486 - inherit (darwin.apple_sdk.frameworks) CoreServices CoreMIDI; 33487 }; 33488 33489 shntool = callPackage ../applications/audio/shntool { };
··· 23170 bison cups dconf harfbuzz libGL perl gtk3 python3 23171 darwin buildPackages; 23172 inherit (__splicedPackages.gst_all_1) gstreamer gst-plugins-base; 23173 + inherit config; 23174 stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv; 23175 }); 23176 ··· 28798 28799 inherit (gnome) baobab; 28800 28801 + badwolf = callPackage ../applications/networking/browsers/badwolf { }; 28802 + 28803 backintime-common = callPackage ../applications/networking/sync/backintime/common.nix { }; 28804 28805 backintime-qt = libsForQt5.callPackage ../applications/networking/sync/backintime/qt.nix { }; ··· 30057 firefoxPackages = recurseIntoAttrs (callPackage ../applications/networking/browsers/firefox/packages.nix {}); 30058 30059 firefox-unwrapped = firefoxPackages.firefox; 30060 + firefox-beta-unwrapped = firefoxPackages.firefox-beta; 30061 + firefox-devedition-unwrapped = firefoxPackages.firefox-devedition; 30062 firefox-esr-102-unwrapped = firefoxPackages.firefox-esr-102; 30063 firefox-esr-unwrapped = firefoxPackages.firefox-esr-102; 30064 30065 firefox = wrapFirefox firefox-unwrapped { }; 30066 + firefox-beta = wrapFirefox firefox-beta-unwrapped { }; 30067 + firefox-devedition = wrapFirefox firefox-devedition-unwrapped { }; 30068 30069 firefox-esr = firefox-esr-102; 30070 firefox-esr-102 = wrapFirefox firefox-esr-102-unwrapped { }; ··· 33489 snapper = callPackage ../tools/misc/snapper { }; 33490 snapper-gui = callPackage ../applications/misc/snapper-gui { }; 33491 33492 + snd = darwin.apple_sdk_11_0.callPackage ../applications/audio/snd { 33493 + inherit (darwin.apple_sdk_11_0.frameworks) CoreServices CoreMIDI; 33494 }; 33495 33496 shntool = callPackage ../applications/audio/shntool { };