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 512ce1b + e7d9d98 commit a5b0229Copy full SHA for a5b0229
pkgs/by-name/vi/violet/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "violet";
12
- version = "0.5.2";
+ version = "0.5.3";
13
14
src = fetchFromGitHub {
15
owner = "paullouisageneau";
16
repo = "violet";
17
rev = "v${finalAttrs.version}";
18
- hash = "sha256-A/OBp5IsExRymX8TFG62EbWexu9InYbcLwB6mCpyYhg=";
+ hash = "sha256-aoBTmhz/rwz2ucRrRti3K8SYt9D/EBPn6s5iTjQ9bpQ=";
19
fetchSubmodules = true;
20
};
21
0 commit comments