arianna: 1.0.0 -> 1.0.1

This commit is contained in:
Tom Hall 2023-05-01 12:17:32 +01:00
parent ed153ccbfd
commit 70ae8a5df9

View file

@ -19,14 +19,14 @@
mkDerivation rec { mkDerivation rec {
pname = "arianna"; pname = "arianna";
version = "1.0.0"; version = "1.0.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "graphics"; owner = "graphics";
repo = "arianna"; repo = "arianna";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-X3PDGWsQ8Alj5fisZC1tTHQDLPmjtiLw0X9gMvh5KFI="; hash = "sha256-IETqKVIWeICFgqmBSVz8ea8100hHGXIo5S3O0OaIC04=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [