Unverified Commit 7ae36677 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #254603 from figsoda/dool

dool: 1.2.0 -> 1.3.0
parents 70c8a33a a18b1444
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "dool";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "scottchiefbaker";
    repo = "dool";
    rev = "v${version}";
    hash = "sha256-e6gLPmxOZBw6htiJ5Ljob2tQ9xB4kjK8vPs/9WMGER4=";
    hash = "sha256-FekCxzB+jZtiPfJ/yAtvCsaNZJJkgWUAFe6hMXznSJw=";
  };

  buildInputs = [