dool: 1.3.3 -> 1.3.4 (#378171)

This commit is contained in:
Wolfgang Walther
2025-02-09 16:46:32 +01:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dool"; pname = "dool";
version = "1.3.3"; version = "1.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "scottchiefbaker"; owner = "scottchiefbaker";
repo = "dool"; repo = "dool";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-VII8Om43YILP3w0CsiKKdJDuK2Lc1rit2EY+eAArvng="; hash = "sha256-eyWt8gWPGiU8YavX8KT018upSB6xg8eAyRZ84snrvoY=";
}; };
buildInputs = [ buildInputs = [