Merge pull request #310245 from r-ryantm/auto-update/dool

dool: 1.3.1 -> 1.3.2
This commit is contained in:
Weijia Wang 2024-06-02 15:47:56 +02:00 committed by GitHub
commit 52b1a9a538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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