violet: 0.5.3 -> 0.5.4 (#417083)

Co-authored-by: oluceps <oluceps@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-16 01:33:08 +00:00
committed by GitHub
co-authored by oluceps
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "violet";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "violet";
rev = "v${finalAttrs.version}";
hash = "sha256-aoBTmhz/rwz2ucRrRti3K8SYt9D/EBPn6s5iTjQ9bpQ=";
hash = "sha256-OBrEydVqhbxJZED8mUjV605kvtbXPqb35X1XeNBNvjg=";
fetchSubmodules = true;
};