dool: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-12-16 07:16:09 +00:00
parent e407ebeed0
commit 364fd55a8b

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "dool";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "scottchiefbaker";
repo = "dool";
rev = "v${version}";
hash = "sha256-FekCxzB+jZtiPfJ/yAtvCsaNZJJkgWUAFe6hMXznSJw=";
hash = "sha256-g74XyNtNdYf2qTCFBWIVZ3LhngDln/yu3bRJzO890JU=";
};
buildInputs = [