wayfire: 0.10.0 -> 0.10.1 (#467623)

This commit is contained in:
rewine
2025-12-04 07:39:14 +00:00
committed by GitHub
@@ -33,7 +33,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "wayfire";
version = "0.10.0";
version = "0.10.1";
outputs = [
"out"
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "wayfire";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-rnrcuikfRPnIfIkmKUIRh8Sm+POwFLzaZZMAlmeBdjY=";
hash = "sha256-yiqtnsXxvC7vk22ZQ5OFt5uX40FCRGWpfZrax9GItAg=";
};
postPatch = ''