Merge pull request #234595 from r-ryantm/auto-update/shotman

shotman: 0.4.1 -> 0.4.3
This commit is contained in:
Weijia Wang 2023-05-30 12:26:57 +03:00 committed by GitHub
commit 55a154c449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {