shotman 0.2.0 -> 0.4.0 https://repology.org/metapackage/shotman/versions attrpath: shotman Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { lib , fetchFromSourcehut , rustPlatform , pkg-config , libxkbcommon , makeWrapper , slurp }: rustPlatform.buildRustPackage rec { pname = "shotman"; version = "0.3.0"; src = fetchFromSourcehut { owner = "~whynothugo"; repo = pname; rev = "v${version}"; hash = "sha256-tyIvAe6wQxxHRkD46dYjHYtvv7OWDuurYi6tsdL8BtE="; }; cargoHash = "sha256-N42dGImQPqa/NXpqhEnMDsG1mrdNh1BM0BDvRS6Oiio="; nativeBuildInputs = [ pkg-config makeWrapper ]; buildInputs = [ libxkbcommon ]; preFixup = '' wrapProgram $out/bin/shotman \ --prefix PATH ":" "${lib.makeBinPath [ slurp ]}"; ''; meta = with lib; { description = "The uncompromising screenshot GUI for Wayland compositors"; homepage = "https://git.sr.ht/~whynothugo/shotman"; license = licenses.isc; platforms = platforms.linux; maintainers = with maintainers; [ zendo ]; }; }