We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ae4bc + 3063e2d commit 66aed52Copy full SHA for 66aed52
pkgs/by-name/di/dinish/package.nix
@@ -7,12 +7,12 @@
7
8
stdenvNoCC.mkDerivation rec {
9
pname = "dinish";
10
- version = "4.005";
+ version = "4.006";
11
12
src = fetchzip {
13
url = "https://github.com/playbeing/dinish/releases/download/v${version}/dinish-ttf.zip";
14
stripRoot = false;
15
- hash = "sha256-K4JzqzlxOpy4rIF9kdrQlCIyrykDhnF1p1Q8CDMWBqg=";
+ hash = "sha256-IWguCiDSeQ+f/saNoyk2pUF/k0pEiFweXinoqOEVWEI=";
16
};
17
18
installPhase = ''
0 commit comments