Unverified Commit 1ed08c21 authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

idescriptor: 0.1.2 -> 0.2.0

parent d28d16ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "idescriptor";
  version = "0.1.2";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "iDescriptor";
    repo = "iDescriptor";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pj/8PCZUTPu28MQd3zL8ceDsQy4+55348ZOCpiQaiEo=";
    hash = "sha256-p6iJP4duesUiYEH8pgGgX5GOdaOhaAegPPphBaXU4VM=";
    fetchSubmodules = true;
  };