3
0
Fork 0
forked from mirrors/nixpkgs

eudev: 3.2.11 -> 3.2.12

This commit is contained in:
R. Ryantm 2023-05-20 02:35:08 +00:00 committed by Anderson Torres
parent aff52a7444
commit 68c1807f3c

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "eudev";
version = "3.2.11";
version = "3.2.12";
src = fetchFromGitHub {
owner = "eudev-project";
repo = pname;
rev = "v${version}";
hash = "sha256-W5nL4hicQ4fxz5rqoP+hhkE1tVn8lJZjMq4UaiXH6jc=";
hash = "sha256-x9l+W8zuFYwG0m9JOIDbEf1x6yeBW36HnJws/buc7HI=";
};
nativeBuildInputs = [