Unverified Commit 3011ce54 authored by dish's avatar dish Committed by GitHub
Browse files

openapv: 0.2.0.3 -> 0.2.0.4 (#446229)

parents b1a57b73 158a7547
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openapv";
  version = "0.2.0.3";
  version = "0.2.0.4";

  src = fetchFromGitHub {
    owner = "AcademySoftwareFoundation";
    repo = "openapv";
    tag = "v${finalAttrs.version}";
    hash = "sha256-igirdZL8dWAbO7vbrsIMZLaO91vYqeDwgq9M4fm/RpU=";
    hash = "sha256-IkzZnf2/JZJIwg9g/6SvWTAcUkAQ/C36xXC+t44VejU=";
  };

  postPatch = ''