summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-03 14:00:04 +0100
committerGitHub <noreply@github.com>2023-02-03 14:00:04 +0100
commit023e0dea459235c087897023fd500f9df28302fe (patch)
tree21d23e03ce1db646ea2c48edf16aa8439a41c5df /pkgs/tools
parent11ede6e1cc52d4dbfeae43afca1e759ddbbf2a35 (diff)
parent6a2dd34edf421d3497071db67c50652f5df08399 (diff)
Merge pull request #214326 from r-ryantm/auto-update/shotman
shotman: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/wayland/shotman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/wayland/shotman/default.nix b/pkgs/tools/wayland/shotman/default.nix
index 91742a7c1c28..1b3461912492 100644
--- a/pkgs/tools/wayland/shotman/default.nix
+++ b/pkgs/tools/wayland/shotman/default.nix
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "shotman";
- version = "0.2.0";
+ version = "0.3.0";
src = fetchFromSourcehut {
owner = "~whynothugo";
repo = pname;
rev = "v${version}";
- hash = "sha256-QNRQInFZcB1nqzESTAqYWwqJ0oiJa6UMCpjY3aHBiyA=";
+ hash = "sha256-tyIvAe6wQxxHRkD46dYjHYtvv7OWDuurYi6tsdL8BtE=";
};
- cargoHash = "sha256-BfH1HhBbgdCA1IqKNdl4/FEzZxHgJmoSKNVMJUrSHCA=";
+ cargoHash = "sha256-N42dGImQPqa/NXpqhEnMDsG1mrdNh1BM0BDvRS6Oiio=";
nativeBuildInputs = [ pkg-config makeWrapper ];