Commit 3cb1c532 authored by Nessdoor's avatar Nessdoor
Browse files

emacsPackages.notdeft: 0-unstable-2021-12-04 -> 0-unstable-2025-02-04

parent 627f6715
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

melpaBuild {
  pname = "notdeft";
  version = "0-unstable-2021-12-04";
  version = "0-unstable-2025-02-04";

  src = fetchFromGitHub {
    owner = "hasu";
    repo = "notdeft";
    rev = "1b7054dcfc3547a7cafeb621552cec01d0540478";
    hash = "sha256-LMMLJFVpmoE/y3MqrgY2fmsehmzk6TkLsVoHmFUxiSw=";
    rev = "de2b6a7666e9e5010184966f89a04241f221afe3";
    hash = "sha256-B8aVRb8hyAKmHTTVCtDRcb2F0Rs5zhlqyfRe7IxH5jc=";
  };

  packageRequires = lib.optional withHydra hydra ++ lib.optional withIvy ivy;