arcan: 0.6.3 -> 0.6.3.3

This commit is contained in:
Emily 2024-10-03 21:26:41 +01:00
parent 192fd67cc3
commit ef7d970a8b

View File

@ -6,13 +6,13 @@
letoram-arcan = let
self = {
pname = "arcan";
version = "0.6.3";
version = "0.6.3.3";
src = fetchFromGitHub {
owner = "letoram";
repo = "arcan";
rev = self.version;
hash = "sha256-ZSKOkNrFa2QgmXmmXnLkB1pehmVJbEFVeNs43Z2DSKo=";
hash = "sha256-YH3VGU3gSR5gqHnAlA2vrzU8vasKd0hOpc+2ludnV+Y=";
};
};
in