louvre: 2.16.3-1 -> 2.18.1-1

This commit is contained in:
R. Ryantm
2025-06-11 20:56:31 +00:00
parent 3fa008da69
commit 50294069aa
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "louvre";
version = "2.16.3-1";
version = "2.18.1-1";
src = fetchFromGitHub {
owner = "CuarzoSoftware";
repo = "Louvre";
rev = "v${finalAttrs.version}";
hash = "sha256-ZdV/KvYnPN4IKU6kbjDhCgcC3TdWqZbNJzDt39ZQ2x8=";
hash = "sha256-wkOY3ARq7x3roRflRN8rMSbrI5B4amI+0CVJmfLYx2w=";
};
sourceRoot = "${finalAttrs.src.name}/src";