Unverified Commit 37889798 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

biblioteca: 1.5 -> 1.6 (#412030)

parents 50c5eeae 623607b5
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 = [