framesh: 0.6.9 -> 0.6.10 (#376557)

This commit is contained in:
Nick Cao
2025-01-25 09:40:01 -05:00
committed by GitHub
+2 -2
View File
@@ -7,10 +7,10 @@
let
pname = "framesh";
version = "0.6.9";
version = "0.6.10";
src = fetchurl {
url = "https://github.com/floating/frame/releases/download/v${version}/Frame-${version}.AppImage";
hash = "sha256-SsQIAg5DttvNJk1z+GJq4+e0Qa/j+VEKPV2bPA6+V8A=";
hash = "sha256-h2Y0G7luakd5UVu7bVt9r6xhvyOh80gYMTswmEIcnnk=";
};
appimageContents = appimageTools.extractType2 {