Commit 9de281f1 authored by R. RyanTM's avatar R. RyanTM Committed by Lin Jian
Browse files

emacsPackages.straight: 0-unstable-2024-10-06 -> 0-unstable-2025-01-30

parent cb716de2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

melpaBuild {
  pname = "straight";
  version = "0-unstable-2024-10-06";
  version = "0-unstable-2025-01-30";

  src = fetchFromGitHub {
    owner = "radian-software";
    repo = "straight.el";
    rev = "33fb4695066781c634ff1c3c81ba96e880deccf7";
    hash = "sha256-3NPVLTn0ka0RvSLXW9gDKam3xajp62/mLupc8uyatzo=";
    rev = "44a866f28f3ded6bcd8bc79ddc73b8b5044de835";
    hash = "sha256-riKagjhCn5NyTerw1WqGOn37TZNfmhPb7DS49TXw1CA=";
  };

  nativeBuildInputs = [ git ];