Invoiceplane: Difference between revisions

imported>Onny
Fix invoice template fetchgit attrs
imported>Onny
mNo edit summary
Line 25: Line 25:
     src = pkgs.fetchgit {
     src = pkgs.fetchgit {
       url = "https://git.project-insanity.org/onny/invoiceplane-vtdirektmarketing.git";
       url = "https://git.project-insanity.org/onny/invoiceplane-vtdirektmarketing.git";
       rev = "16add60c70e5b4e87ad4bc4b8a5736793f78d40a";
       rev = "9ac724b207b1f842fe29bb270078f341259785ad";
       hash = "sha256-XzzfFaLlpHuzp74XsFzZJPf1MjZXoDhARxtB/fnBAMI=";
       hash = "sha256-WYnB5QSNN74eewxNY98iWRwz5kBxbew/5iAL/N8EIlM=";
     };
     };
     installPhase = ''
     makeFlags = [ "DESTDIR=$(out)" ];
      mkdir -p $out
      cp vtdirektmarketing.php $out/
    '';
   };
   };