Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-ci[bot] authored Jan 16, 2025
2 parents d4a1995 + ae06b9c commit 737787f
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 121 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bl/blis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
pname = "blis";
version = "1.0";
version = "1.1";

src = fetchFromGitHub {
owner = "flame";
repo = "blis";
rev = version;
sha256 = "sha256-lAo6C34QQvXr3LmcsnTp4+Imi/lKxzcWu3EJkVgLvDI=";
sha256 = "sha256-joOTyHT87PelKNhL9+1lLqMz22WsENa+Rom41grBb0Y=";
};

inherit blas64;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/bu/bundletool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "bundletool";
version = "1.17.2";
version = "1.18.0";

src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${finalAttrs.version}/bundletool-all-${finalAttrs.version}.jar";
sha256 = "sha256-LUrZCPrqZAR8HMnLdH5qpmfGqxkuCWB70WtnJGqM1q4=";
sha256 = "sha256-eDQ3ZNLnnI9VcQN4sEmB/LHkba6/w7XcV3d4CC5qmP0=";
};

dontUnpack = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ci/cirrus-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "cirrus-cli";
version = "0.133.2";
version = "0.134.0";

src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-TPrniVxGRgbbe9g+WUD3kvfT65t2Bop9G7ruiitZju8=";
hash = "sha256-f7EMIz2MR5LgW2chIkOyUx2BuC/EBJVR8AOl+ufHwu0=";
};

vendorHash = "sha256-+OMhaAGA+pmiDUyXDo9UfQ0SFEAN9zuNZjnLkgr7a+0=";
vendorHash = "sha256-FMUBwrY5PJLsd507340PC+f0f9PzPblFYpnNi6hiNeM=";

ldflags = [
"-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-launcher";
version = "1.0.0-alpha.4";
version = "1.0.0-alpha.5.1";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
rev = "epoch-${version}";
hash = "sha256-rx2FrRSiW5UQLEUtNbQ5JEoTR9djQEtY3eOxR2IqkU4=";
hash = "sha256-0htDjdS8431orzNnetK0ubNvjO/5748YYqeESJKTUUs=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-gvrqomChaMv3u1pVUoGUkXw66Gr2wjkxNQIbrcbJrdY=";
cargoHash = "sha256-WW1o9MFxNd41ODS5p4piLQtpy277E5a/oN2yYdJc8y4=";

nativeBuildInputs = [
just
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/de/devede/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ let
in
buildPythonApplication rec {
pname = "devede";
version = "4.17.0";
version = "4.19.0";
namePrefix = "";

src = fetchFromGitLab {
owner = "rastersoft";
repo = "devedeng";
rev = version;
hash = "sha256-CdntdD5DRA/eXTBRBRszkbYFeFxj+0odb8XHkAFdobU=";
hash = "sha256-hjt2bXQov4lC6O4VY/eu/PZ2taSKng9gRhFDFhQR9SY=";
};

nativeBuildInputs = [
Expand Down
Loading

0 comments on commit 737787f

Please sign in to comment.