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

dippi: 4.0.0 -> 4.0.2

authored by Jonas Heinrich and committed by GitHub d6d9e81b 336d65f2

+2 -2
+2 -2
pkgs/tools/graphics/dippi/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "dippi"; 20 - version = "4.0.0"; 20 + version = "4.0.2"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "cassidyjames"; 24 24 repo = "dippi"; 25 25 rev = version; 26 - hash = "sha256-6eZRz3/LaZwy8DzC/8q9Jrebcx86hHri6KBgThU7Dhw="; 26 + hash = "sha256-OYeSPh3m3udmGbIKoithCdsqWSAFnRhnAtQ0nTzFxzs="; 27 27 }; 28 28 29 29 nativeBuildInputs = [