Skip to content

Commit e45c59a

Browse files
termpaint: 0.3.0 -> 0.3.1 (#395355)
Co-authored-by: textshell <[email protected]>
2 parents 8f0b6d2 + 418d09c commit e45c59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/termpaint/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
stdenv.mkDerivation (final: {
1111
name = "termpaint";
12-
version = "0.3.0";
12+
version = "0.3.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "termpaint";
1616
repo = "termpaint";
1717
rev = final.version;
18-
hash = "sha256-AsbUJjz51pedmemI0racMgWRzpbIeNJrK/walFUniR4=";
18+
hash = "sha256-7mfGTC5vJ4806bDbrPMSVthtW05a+M3vgUlHGbtaI4Q=";
1919
};
2020

2121
patches = [ ./0001-meson.build-use-prefix.patch ];

0 commit comments

Comments
 (0)