summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-03 08:46:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-03 08:46:11 +0000
commit6a2dd34edf421d3497071db67c50652f5df08399 (patch)
treee905445711ab97868a8ad86e6b0e1c427e3f50cb /pkgs/tools
parentce18482c53e07b8571d17cb088e43ffc962f835a (diff)
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 ];