Unverified Commit 05f4afd2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

mise: 2025.2.1 -> 2025.2.7 (#384154)

parents b7fe8151 b858d5c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,17 +23,17 @@

rustPlatform.buildRustPackage rec {
  pname = "mise";
  version = "2025.2.1";
  version = "2025.2.7";

  src = fetchFromGitHub {
    owner = "jdx";
    repo = "mise";
    rev = "v${version}";
    hash = "sha256-SqFug6Z1VAbERwiho73YDSzVPtzl7fBsE8++NfGkeW4=";
    hash = "sha256-PvZCKi6fvEc0J5SzDazMkf2SS3+r0DTXM6NWCPi95J0=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-kz6WJyK+eb1I+ZjgL94je0HYNHWfcUvnxD7UThlP7wU=";
  cargoHash = "sha256-qVs1PogSDfMCVgfvgqLltqiGl7yvO+d4Ly0oeQpSftw=";

  nativeBuildInputs = [
    installShellFiles