From 5defb3edb1123c87f4861abaa4b54d69826acf50 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 28 May 2023 10:34:34 +0000 Subject: [PATCH] shotman: 0.4.1 -> 0.4.3 --- pkgs/tools/wayland/shotman/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/wayland/shotman/default.nix b/pkgs/tools/wayland/shotman/default.nix index edd7f107a12..1835fc12c66 100644 --- a/pkgs/tools/wayland/shotman/default.nix +++ b/pkgs/tools/wayland/shotman/default.nix @@ -9,13 +9,13 @@ rustPlatform.buildRustPackage rec { pname = "shotman"; - version = "0.4.1"; + version = "0.4.3"; src = fetchFromSourcehut { owner = "~whynothugo"; repo = pname; rev = "v${version}"; - hash = "sha256-u8vnRNxi7wLn0M2VZu9YTZuSAM/0afHRP01vve9tD9c="; + hash = "sha256-c2fgP6XB/fqKfsjqRRQpOFzHZyF/a9tLAKIGdKFAcSQ="; }; cargoLock = {