hyprgraphics: 0.1.5 -> 0.1.6
This commit is contained in:
@@ -12,18 +12,19 @@
|
||||
libjxl,
|
||||
libspng,
|
||||
libwebp,
|
||||
pango,
|
||||
pixman,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprgraphics";
|
||||
version = "0.1.5";
|
||||
version = "0.1.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprgraphics";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A=";
|
||||
hash = "sha256-CR6RnqEJSTiFgA6KQY4TTLUWbZ8RBnb+hxQqesuQNzQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libjxl
|
||||
libspng
|
||||
libwebp
|
||||
pango
|
||||
pixman
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user