Unverified Commit 78e44e6d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

dool: 1.3.3 -> 1.3.4 (#378171)

parents ea3aa569 f3951948
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "dool";
  version = "1.3.3";
  version = "1.3.4";

  src = fetchFromGitHub {
    owner = "scottchiefbaker";
    repo = "dool";
    rev = "v${version}";
    hash = "sha256-VII8Om43YILP3w0CsiKKdJDuK2Lc1rit2EY+eAArvng=";
    hash = "sha256-eyWt8gWPGiU8YavX8KT018upSB6xg8eAyRZ84snrvoY=";
  };

  buildInputs = [