Unverified Commit 77061f61 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

gtdialog: 1.4 -> 1.6 (#473069)

parents c2bc3b1c 4ef291fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gtdialog";
  version = "1.4";
  version = "1.6";

  src = fetchFromGitHub {
    owner = "orbitalquark";
    repo = "gtdialog";
    rev = "gtdialog_${finalAttrs.version}";
    hash = "sha256-BJZP91HzGBm/G5sbKi3jyKQ2LD7l/PC1AoljthNxWtU=";
    hash = "sha256-TdYwT4bC+crTSNGJIr1Nno+/h1YgxNp0BR5MQtxdrVg=";
  };

  nativeBuildInputs = [