dippi: 4.0.0 -> 4.0.2

This commit is contained in:
R. Ryantm 2022-09-29 12:41:15 +00:00
parent d2b7f4ad5f
commit 771d13407b

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "dippi";
version = "4.0.0";
version = "4.0.2";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = "dippi";
rev = version;
hash = "sha256-6eZRz3/LaZwy8DzC/8q9Jrebcx86hHri6KBgThU7Dhw=";
hash = "sha256-OYeSPh3m3udmGbIKoithCdsqWSAFnRhnAtQ0nTzFxzs=";
};
nativeBuildInputs = [