Skip to content

Commit a5b0229

Browse files
violet: 0.5.2 -> 0.5.3 (#383823)
Co-authored-by: oluceps <[email protected]>
2 parents 512ce1b + e7d9d98 commit a5b0229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vi/violet/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "violet";
12-
version = "0.5.2";
12+
version = "0.5.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "paullouisageneau";
1616
repo = "violet";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-A/OBp5IsExRymX8TFG62EbWexu9InYbcLwB6mCpyYhg=";
18+
hash = "sha256-aoBTmhz/rwz2ucRrRti3K8SYt9D/EBPn6s5iTjQ9bpQ=";
1919
fetchSubmodules = true;
2020
};
2121

0 commit comments

Comments
 (0)