Unverified Commit 6ff5710c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

librecad: fix hash (#479433)

parents 4f4b160a 9dd85203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "LibreCAD";
    repo = "LibreCAD";
    tag = "v${finalAttrs.version}";
    hash = "sha256-s9QA0YC91aziFxgnSeH4+XtQu18cSiRc0B15tyyF8b0=";
    hash = "sha256-pun0mMCIsL8XfFlP14EkpBitNHL4OKezPfAF17D9pLg=";
  };

  buildInputs = [