Commit 4ef291fd authored by R. RyanTM's avatar R. RyanTM
Browse files

gtdialog: 1.4 -> 1.6

parent 553fe897
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 = [