karlender: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-05-19 04:30:14 +00:00
parent 2a49ffd158
commit be0dec613e

View file

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "karlender"; pname = "karlender";
version = "0.9.1"; version = "0.9.2";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "floers"; owner = "floers";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-mtkVdVxO796hZZJrGohNTeZfC43rdvEUgUZvBG92f8c="; hash = "sha256-txPMOWwxgs9PH1Scnwr/X4cuMIUa+eoLW3K2aqmqRMQ=";
}; };
cargoHash = "sha256-jbdQ1dwTRJuA4F89YfxsO2PaHVef8bvxAj13veDteNM="; cargoHash = "sha256-OyyzzkoYBed2XFCesj3QBodT9e/BaapGl/z0f6+cDZA=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config