From cf08d0e3b479c073c0a13ae6eeb3ce5d702df145 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Sun, 1 Dec 2024 20:26:05 +0100 Subject: [PATCH] updated to v0.7.5 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9a16c35..03bb18e 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ pkgs = nixpkgs.legacyPackages.${system}; name = "starc"; - version = "0.6.4"; + version = "0.7.5"; src = pkgs.fetchurl { url = "https://github.com/story-apps/starc/releases/download/v${version}/starc-setup.AppImage";