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

mise: 2026.3.8 -> 2026.3.10 (#502109)

parents cac0a36e d164b3bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "mise";
  version = "2026.3.8";
  version = "2026.3.10";

  src = fetchFromGitHub {
    owner = "jdx";
    repo = "mise";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tWv3XmpoUPo2LZAG0hvAZXObco5V36vmnIfYCc6s5Mw=";
    hash = "sha256-NNJJIaphHfIUPl844cGuXwmAl/LBoy9Y8n8tn79HtAM=";
  };

  cargoHash = "sha256-Fsx3E56y2G5rNcjbUGXBdqVAw1XNc4Otl+fQmadq1T0=";
  cargoHash = "sha256-6wB5/jXofj+Yeq6fA7zisnivr/BKw5pzWfQKWHnvTZ4=";

  nativeBuildInputs = [
    installShellFiles