Unverified Commit 5f5f8533 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent a48275fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

stdenv.mkDerivation rec {
  pname = "muffin";
  version = "6.6.1";
  version = "6.6.2";

  outputs = [
    "out"
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
    owner = "linuxmint";
    repo = "muffin";
    rev = version;
    hash = "sha256-65XVmSz/p8MYj4vbONCPFG3wdt7sCtHSX9Kg8UcYUf0=";
    hash = "sha256-UqN1KFGhjjn0NquOAqYILEn2MPqimTyWbi6dJEALYy8=";
  };

  patches = [