Unverified Commit d3d6239d authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

idescriptor: 0.1.2 -> 0.2.0 (#486370)

parents 7b1668bd 1ed08c21
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  buildGoModule,
  nix-update-script,
  copyDesktopItems,
  makeDesktopItem,
  cmake,
@@ -27,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;
  };

@@ -115,6 +116,12 @@ stdenv.mkDerivation (finalAttrs: {
    })
  ];

  passthru = {
    updateScript = nix-update-script { };

    goModules = finalAttrs.ipatool-go-modules;
  };

  meta = {
    homepage = "https://github.com/iDescriptor/iDescriptor";
    changelog = "https://github.com/iDescriptor/iDescriptor/releases/tag/v${finalAttrs.version}";