Merge pull request #321210 from r-ryantm/auto-update/violet

violet: 0.4.6 -> 0.5.0
This commit is contained in:
Masum Reza 2024-06-20 19:59:34 +05:30 committed by GitHub
commit 03c118f449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};