dippi: 4.0.2 -> 4.0.6

This commit is contained in:
R. Ryantm 2023-11-24 05:58:25 +00:00
parent 5fcb417994
commit 9151e53703

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "dippi";
version = "4.0.2";
version = "4.0.6";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = "dippi";
rev = version;
hash = "sha256-OYeSPh3m3udmGbIKoithCdsqWSAFnRhnAtQ0nTzFxzs=";
hash = "sha256-oZy8WfaAPABZRm8dm4zpI4v9RwT46F6WL6Wj767FcZg=";
};
nativeBuildInputs = [