Skip to content

Commit

Permalink
eudev: 3.2.12 -> 3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and AndersonTorres committed Oct 8, 2023
1 parent 398ccb4 commit 26626c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/eudev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "eudev";
version = "3.2.12";
version = "3.2.14";

src = fetchFromGitHub {
owner = "eudev-project";
repo = pname;
rev = "v${version}";
hash = "sha256-x9l+W8zuFYwG0m9JOIDbEf1x6yeBW36HnJws/buc7HI=";
hash = "sha256-v/szzqrBedQPRGYkZ0lV9rslCH//uqGp4PHEF0/51Lg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 26626c1

Please sign in to comment.