Merge pull request #254603 from figsoda/dool

dool: 1.2.0 -> 1.3.0
This commit is contained in:
figsoda
2023-09-16 10:14:32 -04:00
committed by GitHub
+2 -2
View File
@@ -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 = [