tuisky: 0.1.3 -> 0.1.5 (#357492)

This commit is contained in:
Gaétan Lepage 2024-11-21 09:59:53 +01:00 committed by GitHub
commit 5423890b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "tuisky";
version = "0.1.3";
version = "0.1.5";
src = fetchFromGitHub {
owner = "sugyan";
repo = "tuisky";
rev = "refs/tags/v${version}";
hash = "sha256-TsxERi+xxWk6SJwIxMgqiYCAUrDLzZXPL1xQCIXtUr0=";
hash = "sha256-phadkJgSvizSNPvrVaYu/+y1uAj6fmb9JQLdj0dEQIg=";
};
cargoHash = "sha256-p6Yqg4HdkviuOuYMGEPXyySduiS47aPOshr5iXE+f+A=";
cargoHash = "sha256-jI4HKn8HalEnBCuFR8/auTqi8M1qt25MS3h/b1pf3BA=";
nativeBuildInputs = [
pkg-config