Skip to content

Commit

Permalink
Merge pull request #102523 from r-ryantm/auto-update/libratbag
Browse files Browse the repository at this point in the history
libratbag: 0.14 -> 0.15
  • Loading branch information
ryantm committed Nov 2, 2020
2 parents fff2fd9 + 5e4b485 commit f723ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/libratbag/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "libratbag";
version = "0.14";
version = "0.15";

src = fetchFromGitHub {
owner = "libratbag";
repo = "libratbag";
rev = "v${version}";
sha256 = "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x";
sha256 = "0z6ps5aqwjmbdvahs80fh9cdgcvp4q4w3kfycmzv4kzgzihjki7b";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f723ed8

Please sign in to comment.