regreet: 0.1.0 -> 0.1.1

This commit is contained in:
Mihai Fufezan 2023-06-08 18:41:41 +03:00
parent 83e3797d0d
commit 081b93ab2e
No known key found for this signature in database
GPG key ID: 5899325F2F120900

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "regreet";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "rharish101";
repo = "ReGreet";
rev = version;
hash = "sha256-9Wae2sYiRpWYXdBKsSNKhG5RhIun/Ro9xIV4yl1/pUc=";
hash = "sha256-MPLlHYTfDyL2Uy50A4lVke9SblXCErgJ24SP3kFuIPw=";
};
cargoHash = "sha256-yDfUD5Uag3UM/2Q7ofvh6iGcB3n21m1gKo7SKqTWamc=";
cargoHash = "sha256-dR6veXCGVMr5TbCvP0EqyQKTG2XM65VHF9U2nRWyzfA=";
buildFeatures = [ "gtk4_8" ];