Merge pull request #193517 from r-ryantm/auto-update/dippi

dippi: 4.0.0 -> 4.0.2
This commit is contained in:
Jonas Heinrich 2022-09-30 09:05:03 +02:00 committed by GitHub
commit d6d9e81b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [