Commit 26626c19 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

eudev: 3.2.12 -> 3.2.14

parent 398ccb45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [