Unverified Commit 5961ffe0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mise: 2026.1.1 -> 2026.1.2 (#479954)

parents cec0c18a 8b9f549b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@

rustPlatform.buildRustPackage rec {
  pname = "mise";
  version = "2026.1.1";
  version = "2026.1.2";

  src = fetchFromGitHub {
    owner = "jdx";
    repo = "mise";
    rev = "v${version}";
    hash = "sha256-z2sk7g0XleaV83udcxqvlyqit3NPcqbcttN6Zo9asdI=";
    hash = "sha256-CMDspsChrfGcraITzjoBbtMYy9MrGgLL62JtM46s0no=";
  };

  cargoHash = "sha256-zau4N7TsgcKmG5AUdUm1WL3AKqT7d8CqTnjnUgqYDvU=";
  cargoHash = "sha256-HJ/tm3FPtuPkUzvkureXVFhUWc5qPqq1BAPtOCl7R5E=";

  nativeBuildInputs = [
    installShellFiles