dool: 1.3.2 -> 1.3.3 (#346069)

This commit is contained in:
Nick Cao
2024-10-06 10:33:56 -04:00
committed by GitHub
+2 -2
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 = [