Unverified Commit 623607b5 authored by Seth Flynn's avatar Seth Flynn
Browse files
parent 96ec055e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "biblioteca";
  version = "1.5";
  version = "1.6";

  src = fetchFromGitHub {
    owner = "workbenchdev";
    repo = "Biblioteca";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-zrrI3u4ukGN6eb/eK/aZG4gi/xtXciyRS+JX9Js9KEw=";
    hash = "sha256-9AL8obvXB/bgqhTw8VE30OytNFQmxvJ6TYGN8ir+NfI=";
  };

  patches = [