Commit b1b6ee06 authored by R. RyanTM's avatar R. RyanTM
Browse files

spedread: 2.6.1 -> 2.6.2

parent 56b9c675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "spedread";
  version = "2.6.1";
  version = "2.6.2";

  src = fetchFromGitHub {
    owner = "Darazaki";
    repo = "Spedread";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xIVPK0T5wrxlNNWHZnxbW62ZZnagTzoe3OLiW0QtLSQ=";
    hash = "sha256-ZGIW0FmrVgjoUKjbF6wTxihVu3QMD7BpfZY6YOyfXlg=";
  };

  postPatch = ''