From 39405122ac15e7372ed6685bda3bc8fd9552dd3a Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 29 Jun 2026 14:05:19 +0100 Subject: [PATCH] swipeaerospace: 0.3.0 -> 0.3.1 --- pkgs/by-name/sw/swipeaerospace/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sw/swipeaerospace/package.nix b/pkgs/by-name/sw/swipeaerospace/package.nix index 8638539a9cc5..9566311cf313 100644 --- a/pkgs/by-name/sw/swipeaerospace/package.nix +++ b/pkgs/by-name/sw/swipeaerospace/package.nix @@ -85,7 +85,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "swipeaerospace"; - version = "0.3.0"; + version = "0.3.1"; strictDeps = true; __structuredAttrs = true; @@ -93,8 +93,8 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "MediosZ"; repo = "SwipeAeroSpace"; - tag = finalAttrs.version; - hash = "sha256-wm2fx0co7oETr8CDV4ie0rjZylUrWB/j4r9D/wwnSso="; + tag = "v${finalAttrs.version}"; + hash = "sha256-468QGWjbRtA9Fml6jjeJZBTCUEp227cQPckqwyLK0dM="; }; # Keep SettingsView unchanged, but open it through a regular WindowGroup.