Unverified Commit c1713b8a authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 8e6c10ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation rec {
  pname = "libpanel";
  version = "1.8.0";
  version = "1.8.1";

  outputs = [
    "out"
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://gnome/sources/libpanel/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    hash = "sha256-WptrVEUvoZA6L9ZLpiJ475S5sRZZt+Gl/aNRi2bNOcM=";
    hash = "sha256-uHuPqbeXaMxwQkN5PwFYoECh5G03uYiRiFRaf33Kpvs=";
  };

  strictDeps = true;