Skip to content

Commit

Permalink
owl-gti: unstable-20241209-37efc0c0d -> unstable-20250102-fef773aa5
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me1newithhand7s committed Jan 2, 2025
1 parent 446ad45 commit 83f8607
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/owl-git/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
pname = "owl-wlr";
version = "unstable-20241209-37efc0c0d";
version = "unstable-20250102-fef773aa5";

src = fetchFromGitHub {
owner = "dqrk0jeste";
repo = "owl";
rev = "37efc0c0d7ebc39b7911bcaec9da1c7cd9a7b6c7";
hash = "sha256-ZkKwzsi0Cc6Mq6N3jnYajHMS7cdrSccWU+CuP2j86KI=";
rev = "fef773aa56a835d7edae4c35369d4922d09f1484";
hash = "sha256-mTvI7kJEXdfhu903xajlqKuJIWlo//90eLnokxbDM0Y=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -57,6 +57,7 @@ stdenv.mkDerivation rec {

strictDeps = true;


depsBuildBuild = [
pkg-config
];
Expand All @@ -81,7 +82,7 @@ stdenv.mkDerivation rec {
__structuredAttrs = true;

meta = {
description = "tiling wayland compositor based on wlroots.";
description = "tiling wayland compositor based on wlroots_git.";
homepage = "https://github.com/dqrk0jeste/owl";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ s0me1newithhand7s ];
Expand Down

0 comments on commit 83f8607

Please sign in to comment.