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 8f0b6d2 + 418d09c commit e45c59aCopy full SHA for e45c59a
pkgs/by-name/te/termpaint/package.nix
@@ -9,13 +9,13 @@
9
}:
10
stdenv.mkDerivation (final: {
11
name = "termpaint";
12
- version = "0.3.0";
+ version = "0.3.1";
13
14
src = fetchFromGitHub {
15
owner = "termpaint";
16
repo = "termpaint";
17
rev = final.version;
18
- hash = "sha256-AsbUJjz51pedmemI0racMgWRzpbIeNJrK/walFUniR4=";
+ hash = "sha256-7mfGTC5vJ4806bDbrPMSVthtW05a+M3vgUlHGbtaI4Q=";
19
};
20
21
patches = [ ./0001-meson.build-use-prefix.patch ];
0 commit comments