daisydisk: 4.30 -> 4.31

This commit is contained in:
Dimitar Nestorov 2025-04-20 11:27:41 +03:00
parent 31dac92988
commit 3a55b657d2
No known key found for this signature in database

View file

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "daisydisk";
version = "4.30";
version = "4.31";
src = fetchzip {
url = "https://daisydiskapp.com/download/DaisyDisk.zip";
hash = "sha256-4nVD5FXj0Ol+QQ7NYUxGH3DzkXEpTawJoZpUgdIUNVY=";
hash = "sha256-z0F1sHihmXR5hN/AwrxLr9ZxfcCN+OSeWvWBe+qwWMU=";
stripRoot = false;
};