mockoon: 9.3.0 -> 9.4.0 (#457381)

This commit is contained in:
Fernando Rodrigues
2025-12-27 12:54:21 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
let
pname = "mockoon";
version = "9.3.0";
version = "9.4.0";
src = fetchurl {
url = "https://github.com/mockoon/mockoon/releases/download/v${version}/mockoon-${version}.x86_64.AppImage";
hash = "sha256-KdhI8wJZLEAuGOiZa6sZ4+4+iNBOENsebYSVl9AYBEE=";
hash = "sha256-BnzeCJIuVvbrdS5X6Or2t2QjwE+S9/jZOfgsjbtBoZU=";
};
appimageContents = appimageTools.extractType2 {