dool: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2024-10-03 04:26:30 +00:00
parent 78389c563c
commit aa8e5c1cdf

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "dool";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "scottchiefbaker";
repo = "dool";
rev = "v${version}";
hash = "sha256-G9mcvUPGQw+0AtvlHdnnfAmcZtcUH/Sc77UVeA/FYZc=";
hash = "sha256-VII8Om43YILP3w0CsiKKdJDuK2Lc1rit2EY+eAArvng=";
};
buildInputs = [