hyprlang: 0.5.0 -> 0.5.1

Diff: https://github.com/hyprwm/hyprlang/compare/v0.5.0...v0.5.1
This commit is contained in:
IogaMaster 2024-04-14 14:28:21 -06:00
parent 5bb7dee2ab
commit ce1515f702
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-bR4o3mynoTa1Wi4ZTjbnsZ6iqVcPGriXp56bZh5UFTk=";
hash = "sha256-502X0Q0fhN6tJK7iEUA8CghONKSatW/Mqj4Wappd++0=";
};
nativeBuildInputs = [