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

mise: 2025.11.6 -> 2025.11.7 (#464472)

parents eca1a39a 33a09b87
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@

rustPlatform.buildRustPackage rec {
  pname = "mise";
  version = "2025.11.6";
  version = "2025.11.7";

  src = fetchFromGitHub {
    owner = "jdx";
    repo = "mise";
    rev = "v${version}";
    hash = "sha256-P+FHyCWlYWiJlv846QFhgjbERPH/MOkSlNTr7eVq9qw=";
    hash = "sha256-R4DmHUsXPiXwfn+9pO3Vl58fQXhZhsaa0tonspcTHFU=";
  };

  cargoHash = "sha256-ZHWfMQRIx4rOs+KDanf7u1DctPCYpSr2VUXWrIhUTzg=";
  cargoHash = "sha256-qxJcUrH+JK1T2qTWYe3/DE8zuiNlZ52BM19uooUTDYM=";

  nativeBuildInputs = [
    installShellFiles