violet: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-01-12 16:32:58 +00:00
parent 92cd2400b8
commit 571ec692d9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "violet";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "violet";
rev = "v${finalAttrs.version}";
hash = "sha256-Xy6eo0BOKlUb6SN3mU8Nc85cW+I93pKl7N1bXoSOYUI=";
hash = "sha256-A/OBp5IsExRymX8TFG62EbWexu9InYbcLwB6mCpyYhg=";
fetchSubmodules = true;
};