Skip to content

Commit

Permalink
Merge branch 'NixOS:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
prinzdezibel authored Dec 10, 2024
2 parents 2187ab6 + 60aa974 commit a503b27
Show file tree
Hide file tree
Showing 27 changed files with 84 additions and 84 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/rednotebook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

buildPythonApplication rec {
pname = "rednotebook";
version = "2.35";
version = "2.36";
pyproject = true;

src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "refs/tags/v${version}";
sha256 = "sha256-sGwdZZ3YGm3sXJoxnYwj6HQcYMnC1pEzba3N9KLfRHM=";
tag = "v${version}";
sha256 = "sha256-ISwYQPI7qM0+cEdWnHLdrJA/07BUjDP4gzF/GzqNcsE=";
};

# We have not packaged tests.
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gfold/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

let
pname = "gfold";
version = "4.5.0";
version = "4.5.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "nickgerace";
repo = pname;
rev = version;
hash = "sha256-7wTU+yVp/GO1H1MbgZKO0OwqSC2jbHO0lU8aa0tHLTY=";
hash = "sha256-lIEYz5ngARzpJ4I1iN2bGd4eha1BiSmREJG6Cy2Lqrs=";
};

cargoHash = "sha256-idzw5dfCCvujvYr7DG0oOzQUIcbACtiIZLoA4MEClzY=";
cargoHash = "sha256-9/Ro5aYKJCJ+5wvv6PmfWMrhYfc3a3d0DAhGDwMrvq4=";

passthru.tests.version = testers.testVersion {
package = gfold;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/bl/blasfeo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "blasfeo";
version = "0.1.4";
version = "0.1.4.1";

src = fetchFromGitHub {
owner = "giaf";
repo = "blasfeo";
rev = finalAttrs.version;
hash = "sha256-Qm6N1PeWZtS9H5ZuL31NbsctpZiJaGI7bfSPMUmI2BQ=";
hash = "sha256-peopXTJejgqS/DL4h52h1vVJe6jjWPQb6x/9SPvFl6k=";
};

nativeBuildInputs = [ cmake ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-binstall/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.10.13";
version = "1.10.16";

src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-z18p25myXINtQpuNw+tHiyj1J1oDEmkQ+v4dj4GKYtg=";
hash = "sha256-a7EH6WvFJGzyFZ6qZEcMbo5JIsYhHWFMDB163g2Qges=";
};

cargoHash = "sha256-cRTaGqArCbmlu6xthBMijtyyL7s+4mvxl1Yeuw5VS9A=";
cargoHash = "sha256-gpwC3mDJ+tAOTojFfOhKWjVUuHcKZm8kOPHPf71wRUI=";

nativeBuildInputs = [
pkg-config
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ch/cht-sh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

stdenv.mkDerivation {
pname = "cht.sh";
version = "0-unstable-2022-04-18";
version = "0-unstable-2024-11-13";

nativeBuildInputs = [ makeWrapper ];

src = fetchFromGitHub {
owner = "chubin";
repo = "cheat.sh";
rev = "571377f2f79422398a701cb1864487124ec3dcc6";
sha256 = "0e9YhYcxU9t0SFeT1TjoRGTM3h1xRC528ae69tvz+a0=";
rev = "4cebb8c066cab49375694a7b30bc39185472ca1c";
sha256 = "xmFjypxnSZ3LYZbwIegFd1Rc0Vbdf9U6b/LGHN39FUg=";
};

# Fix ".cht.sh-wrapped" in the help message
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/fm/fmtoy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fmtoy";
version = "0-unstable-2024-06-11";
version = "0-unstable-2024-11-13";

src = fetchFromGitHub {
owner = "vampirefrog";
repo = "fmtoy";
rev = "17d69350dcd7e2834e69f65420e5e3a8328b7e18";
rev = "6bf6a72bf35afd2fb3bdf17a97553d122751e391";
fetchSubmodules = true;
hash = "sha256-to842vUWEWGSQkD09Q22whrdtZpbSlwaY5LSS208sP8=";
hash = "sha256-aAZUCI711d0FqKYcEIiEClH3hMcUzMzXF3XflpTTrjM=";
};

postPatch = ''
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/gi/git-chain/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage {
pname = "git-chain";
version = "0-unstable-2024-08-09";
version = "0-unstable-2024-11-16";

src = fetchFromGitHub {
owner = "dashed";
repo = "git-chain";
rev = "4fee033ea1ee51bbb6b7f75411f0f4f799aea1e2";
hash = "sha256-wQZXixg7mCBUo18z/WCkTWW3R0j2jxs8t1yaQzY3Eu4=";
rev = "90165393a9e78b1e0837b8ad0c6acd8b1253731a";
hash = "sha256-hRBymc4wmmniD4IwmgxSw1EIkT6omoqdrnwr+Eaa/yg=";
};

cargoHash = "sha256-pRxOrlDgfSpUBY2WKfoIH9ngLzb2noiLqxA3/6s+mRw=";
cargoHash = "sha256-nx7HRQd9HD9OcK41XiaC4m52atTWTPeGFVX7df2wv+0=";

nativeBuildInputs = [ pkg-config ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/go/goimports-reviser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "goimports-reviser";
version = "3.7.4";
version = "3.8.2";

src = fetchFromGitHub {
owner = "incu6us";
repo = "goimports-reviser";
rev = "v${version}";
hash = "sha256-1lI8KAzu9Bg1099E/h+NCDdiRINhPP93FZvWm4y6nas=";
hash = "sha256-73EU2LaOq5AfMssYJShhQLbZjrK4qbERn9SRomMMsHA=";
};
vendorHash = "sha256-z+FeAXPXKi653im2X2WOP1R9gRl/x7UBnndoEXoxdwA=";

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/granted/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildGoModule rec {
pname = "granted";
version = "0.36.3";
version = "0.37.0";

src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fLnrc+Aek2bFrJfCCwI9HRAocokb3IlGZbjYzur7LHk=";
sha256 = "sha256-dy56xrn2BiVoFoQMnkl9jglecY9HAoRU/yubv5ddNU8=";
};

vendorHash = "sha256-imArhe/TjrXv68ZF7moOcKjvxAvQzm7XfBkyWfwNJJs=";
vendorHash = "sha256-xL4+N1+Jb8KI9UbLfPV4R/MrIqL+6Lgpzsgq86J9cnE=";

nativeBuildInputs = [ makeWrapper ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ha/harsh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "harsh";
version = "0.10.4";
version = "0.10.6";

src = fetchFromGitHub {
owner = "wakatara";
repo = pname;
rev = "v${version}";
hash = "sha256-njFKmskbOvsIqtakOEvHZS20WSQTXtk+1u6N0Av/uXI=";
hash = "sha256-yOF+SZaUOkZnU0uYrsvClpPvKO64cFFB9qmOPoh6ZcA=";
};

vendorHash = "sha256-hdPkiF1HHuIl6KbilPre6tAqSnYPhYhrxBEj3Ayy2AY=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ha/havn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "havn";
version = "0.1.16";
version = "0.1.17";

src = fetchFromGitHub {
owner = "mrjackwills";
repo = "havn";
rev = "refs/tags/v${version}";
hash = "sha256-6fj/RtHqZihhqK+qzGNOouLOrydP5bnylBIhOWJ7fuQ=";
hash = "sha256-13ilzqFSBrOOPuSu0sqROqAPu6QWAI3dag5paSnq+2A=";
};

cargoHash = "sha256-hV2HxgksFj80eDNAAbxJcMpjX58yCkk6xS+gv2on9YA=";
cargoHash = "sha256-Pl4+zVrhr2AZ4fcE/bhmmgfZaKpTqAktjiUfqLXq1BI=";

checkFlags = [
# Skip tests that require network access
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/hp/hpp2plantuml/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
pname = "hpp2plantuml";
version = "0.8.5";
version = "0.8.6";
format = "wheel";

src = fetchPypi {
inherit pname version format;
hash = "sha256-PfTJmBypI21AAK3sMojygQfrhnRqcMmVCW4dxGfDfQg=";
hash = "sha256-9FggDDOxWr4z1DBbvYLyvgs3CCguFjq3I4E9ULwL0+Q=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down
24 changes: 12 additions & 12 deletions pkgs/by-name/in/inv-sig-helper/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,

Expand All @@ -9,32 +8,33 @@

# buildInputs
openssl,
darwin,

# passthru
unstableGitUpdater,
}:

rustPlatform.buildRustPackage {
pname = "inv-sig-helper";
version = "0-unstable-2024-09-24";
version = "0-unstable-2024-12-10";

src = fetchFromGitHub {
owner = "iv-org";
repo = "inv_sig_helper";
rev = "5025e49e6106f93ec06d0e3fd542a51e1c44c25a";
hash = "sha256-fMRjkZRMvcro3pOO20l5zRDOwn/E5KTVBOiDmcGROz4=";
rev = "ac0269f1586df5a853c4321256866bcbea89802b";
hash = "sha256-w8ZvNCs6xz79RjAzIVhtYRJoLzC97RYm2U1ydao3Ons=";
};

cargoHash = "sha256-AisolMo++xMDesdfafeGx37r7sGbk0P0vMsHq0YTUL4=";
cargoHash = "sha256-Y9q64ltv2QRtRUy5t40JIfwFh8ryO1D0Gdg7xO1azws=";

nativeBuildInputs = [
pkg-config
];

buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
buildInputs = [
openssl
];

passthru.updateScript = unstableGitUpdater { };

meta = {
description = "Rust service that decrypts YouTube signatures and manages player information";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ld/ldeep/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.76";
version = "1.0.77";
pyproject = true;

src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-NVUU1VFUojeQYBHNpOqDCDjuzSUw8j5+uFxaQL1pA2U=";
tag = version;
hash = "sha256-JC5XsKNcWAJBJzlZehWnxYYp+GdxLrwSv7oB16KGcCE=";
};

pythonRelaxDeps = [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/li/librime-octagram/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation {
pname = "librime-octagram";
version = "0-unstable-2024-02-05";
version = "0-unstable-2024-11-18";

src = fetchFromGitHub {
owner = "lotem";
repo = "librime-octagram";
rev = "bd12863f45fbbd5c7db06d5ec8be8987b10253bf";
hash = "sha256-77g72tee4ahNcu3hfW1Okqr9z8Y6WrPgUhw316O72Ng=";
rev = "dfcc15115788c828d9dd7b4bff68067d3ce2ffb8";
hash = "sha256-dgUsH10V87mEcX/k3N118qbKo3fKDFcS8inhS6p5bJc=";
};

installPhase = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/my/myks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "myks";
version = "4.2.4";
version = "4.2.5";

src = fetchFromGitHub {
owner = "mykso";
repo = "myks";
rev = "refs/tags/v${version}";
hash = "sha256-RgVlr+POF5IUei/Rf5mHrjkw0wE5BjU3xwm1Ai1Pemw=";
hash = "sha256-TKD/WqK6FXJQYUrrjTrisTOgNyBNah9nPij+voguFp4=";
};

vendorHash = "sha256-CE5sT7zXN4ZhIIODOUwqrD0GOvnSVvkMcgLbBmJocKo=";
vendorHash = "sha256-Rlf1H/Jvt4JYCc5kttdi51qU+Yu5gZ87/L5bz8hbGsc=";

subPackages = ".";

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sd/sd-local/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "sd-local";
version = "1.0.55";
version = "1.0.56";

src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-b8gv2iPk6LGTfHk67NXSlA637nHY2UjX25uLaIA6E/g=";
sha256 = "sha256-qgfckqF33fXphAsdxd5r6/rebNEURPfazw/AQgB5jiI=";
};

vendorHash = "sha256-rAFfyMlnhDrb+f04S9+hNygXPaoG9mheQMxaJtXxBVw=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/se/seilfahrt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "seilfahrt";
version = "2.1.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "Nerdbergev";
repo = "seilfahrt";
rev = "v${version}";
hash = "sha256-w3r/mNb4en32huHjJbYghqDi/VsPGXinwUAfSMcuc+0=";
hash = "sha256-pn3EsYPhggViL067nk6UhmIULGsf8IYm/dXSDudiZRA=";
};

vendorHash = "sha256-wYxQHr8AVi5KGMqRJcb2rTtbnJbi5som29YSILlO6Po=";
vendorHash = "sha256-CUxUxumji0j9cwrYksJqHq891VlotMrGIrF0vr6wSMs=";

buildInputs = [ pandoc ];

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/su/supabase-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "supabase-cli";
version = "2.0.0";
version = "2.0.6";

src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-+5mcbI3pu9pahmUQnx8i2wctX/jF/CPTVaHJoH+Go4M=";
hash = "sha256-g0p4wonFAveezkM9rym1YETPnJW6Zna4agLUzLkZ7cs=";
};

vendorHash = "sha256-nBUV8oeoZc7N8FqEbx2Cjw4XsZW3JShv3/H58qk8JEo=";
vendorHash = "sha256-u4zglwqggZAHswdA9re20Pka+d4fzTiN7VEcbD+AN9c=";

ldflags = [
"-s"
Expand Down
Loading

0 comments on commit a503b27

Please sign in to comment.