Commit 82f78582 authored by transcaffeine's avatar transcaffeine Committed by Yaya
Browse files
parent 15cfa560
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

php84.buildComposerProject2 (finalAttrs: {
  pname = "snipe-it";
  version = "8.1.3";
  version = "8.1.4";

  src = fetchFromGitHub {
    owner = "grokability";
    repo = "snipe-it";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SzL1api9hObdvhKRtBrzgvZNuJHAoeB2GCt2etCZ6Kw=";
    hash = "sha256-Mz+8f8VRwBf80tfrtecKnkFDIP7lsjJVPezyZI2uFbg=";
  };

  vendorHash = "sha256-KOzPzKN1HXFidjXWe8tNPwFJ8DmdrkCDKeChNhGcTDo=";
  vendorHash = "sha256-w+wdGGCACzpJMFuKk48h71DVMfsGguxeJLTen1U8Pp8=";

  postInstall = ''
    snipe_it_out="$out/share/php/snipe-it"