Unverified Commit 0ab617f8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #235607 from r-ryantm/auto-update/yad

yad: 12.3 -> 13.0
parents 15c3a653 89654beb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "yad";
  version = "12.3";
  version = "13.0";

  src = fetchFromGitHub {
    owner = "v1cont";
    repo = "yad";
    rev = "v${version}";
    sha256 = "sha256-VaeA83Wk5N3uLf8Eb606w3KPwV/3be5D39wW2JuSdp0=";
    sha256 = "sha256-iYAhiaGfC9/OQ5HrSjX2fhpbwdZun6sxyw8o+8svcvY=";
  };

  configureFlags = [