violet: 0.4.6 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-06-20 08:59:30 +00:00
parent 026f02ce7d
commit 9971bbfc87

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "violet";
version = "0.4.6";
version = "0.5.0";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "violet";
rev = "v${finalAttrs.version}";
hash = "sha256-a/WRFr6C6MWQBAG0PIDdSRVd4wnQgchPeTMoxUa2Qus=";
hash = "sha256-+cAgcGOMlhDdep8VuqP8DeELbMRXydRsD0xTyHqOuYM=";
fetchSubmodules = true;
};