louvre: 2.16.3-1 -> 2.18.1-1 (#415965)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-24 05:28:04 +02:00
committed by GitHub
+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";